Borrar filtros
Borrar filtros

Finding Annual Amplidute for each of multiple years

2 visualizaciones (últimos 30 días)
Robert
Robert el 22 de Jun. de 2016
Respondida: Andrei Bobrov el 22 de Jun. de 2016
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 comentarios
KSSV
KSSV el 22 de Jun. de 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..
Andrei Bobrov
Andrei Bobrov el 22 de Jun. de 2016
please attach file with your data

Iniciar sesión para comentar.

Respuestas (1)

Andrei Bobrov
Andrei Bobrov el 22 de Jun. de 2016
diff(reshape(yourdata,2,[]))'

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by