How do I fix this code to get a proper moving average plot?
Afficher commentaires plus anciens
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 commentaire
DINUMOL VARGHESE
le 19 Oct 2020
Can you attach your moving average file here?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Gravitation, Cosmology & Astrophysics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

