How do I fix this code to get a proper moving average plot?
Mostrar comentarios más antiguos
This is a homework question. I was given a set of wind speed data, and was asked to calculate moving averages as well as other information using MATLAB. Specifically, for the moving average, I am not allowed to use movmean, conv, filter, smooth or any other built in functions. So I made my own function, but its not giving the proper output. I know my plot using my function is wrong since it does not give me the same plot when I check with movmean.
This is the plot I get using movmean:

This is the plot I get using my own function:

I have attached both the data set and the .m file for the code. Any help would be very much appreciated. Thank you!
1 comentario
DINUMOL VARGHESE
el 19 de Oct. de 2020
Can you attach your moving average file here?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Gravitation, Cosmology & Astrophysics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

