How do I fix this code to get a proper moving average plot?
Show older comments
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 Comment
DINUMOL VARGHESE
on 19 Oct 2020
Can you attach your moving average file here?
Accepted Answer
More Answers (0)
Categories
Find more on Gravitation, Cosmology & Astrophysics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
