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

1 visualización (últimos 30 días)
swetha S
swetha S el 28 de Jun. de 2019
Respondida: KSSV el 28 de Jun. de 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).

Respuestas (1)

KSSV
KSSV el 28 de Jun. de 2019
REad about reshape
iwant = reshape(Rf,33*35,122) ;

Categorías

Más información sobre Sensors and Transducers en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by