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

1 次查看(过去 30 天)
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).

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Import, Export, and Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by