How to plot monthly averages on a map?
Mostrar comentarios más antiguos
I have a netcdf file (attached zip file-'yl'). There is a temperature variable 'to' available from Jan-1993 to Jan-2017. Using ncread, the time values are 'hours since 1950' and each value corresponds to one month i.e. Jan 1993, Feb 1993 ..... Jan 2017.
I wanted to plot average summer (May-Jun) temperatures on a map.
I attached a picture for reference.
Would be grateful to receive some help in this.
Respuestas (1)
KSSV
el 24 de Dic. de 2018
0 votos
Read the variable and use mean. YOu can specify the dimensions along wheich you want mean and then plot the data.
Categorías
Más información sobre 3-D Function Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!