Calculate mean value between 2 years
Show older comments
I have a set of data from Jan 2000 to 2011, and I want to calculate mean value of data from Nov of one year to Apr of the next year. How can I do it?
Accepted Answer
More Answers (1)
Sam Chak
on 30 Mar 2022
0 votes
I think the M = mean(A) function will do the job. Give it a try.
Categories
Find more on Axes Transformations 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!