how to convert 3d precipitation data to 2d in matlab

1 visualizzazione (ultimi 30 giorni)
swetha S
swetha S il 28 Giu 2019
Risposto: KSSV il 28 Giu 2019
I have 3d data, Rf(33,35,122), Lat,Lon,time....How to convert it into 2d data (gridpoint , time) Rf(33*35,122)? Anyway a pair of lat,lon corresponds to one value ( grid value).

Risposte (1)

KSSV
KSSV il 28 Giu 2019
REad about reshape
iwant = reshape(Rf,33*35,122) ;

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by