how to average multiple monthly data?

3 vues (au cours des 30 derniers jours)
Lilya
Lilya le 11 Déc 2018
Commenté : Lilya le 11 Déc 2018
Hi all,
I've downloaded MODIS satellite monthly average data from 2003-2018 as a .nc files to get SST data. from the extracted variables, the latitude vector is 433*1, longitude is 313*1, and the SST is 433*313 (meaning the dimension of the lat*lon)
What I want is to calculate the averages of the SST, for example, all Januaries, Februaries, ...etc.
Any help would be truly appreciated.
thanks so much.

Réponse acceptée

dpb
dpb le 11 Déc 2018
Convert to table or timetable and use retime and/or findgroups/splitapply for these kinds of operations.
  1 commentaire
Lilya
Lilya le 11 Déc 2018
ok.. thank you :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by