Taking average over specified grid box resolution?
Mostra commenti meno recenti
I have a latitude=88.75:2.5:-88.75 and longitude=-178.75:2.5:178.75; Data=rand(144, 72) ;what I want to take average over every 2.5 × 2.5 deg grid box over the Data.
1 Commento
Matt J
il 4 Ago 2021
But the resolution of your grid is alreayd 2.5 degree per box.
Risposte (1)
sepblockfun(Data,[2,2],'mean')
Categorie
Scopri di più su Geographic Plots in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!