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

조회 수: 1 (최근 30일)
swetha S
swetha S 2019년 6월 28일
답변: KSSV 2019년 6월 28일
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