Finding Annual Amplidute for each of multiple years

1 view (last 30 days)
I have 12 years of monthly temperature data (144 points). I want to find the annual amplitude, the max value minus the min value each year. This would be easy with only 1 years data but I can;t figure it out with multiple years.
The results should be 12 numbers, 1 amplitude per year.
Thanks in advance for any advice
  2 Comments
KSSV
KSSV on 22 Jun 2016
When it is easy for 1 year data.....run the same code for each year for 12 times..you will get for each year..

Sign in to comment.

Answers (1)

Andrei Bobrov
Andrei Bobrov on 22 Jun 2016
diff(reshape(yourdata,2,[]))'

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!