Finding Annual Amplidute for each of multiple years

1 次查看(过去 30 天)
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 个评论
KSSV
KSSV 2016-6-22
When it is easy for 1 year data.....run the same code for each year for 12 times..you will get for each year..

请先登录,再进行评论。

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2016-6-22
diff(reshape(yourdata,2,[]))'

类别

Help CenterFile Exchange 中查找有关 MATLAB Report Generator 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by