Hi,
I've got some annual ocean temperature data for ~100 years for a 20x20 grid. I need to get some EOFs for this data using matlab, but I'm not sure what format the matrix should be in.
A 20x20x100 grid is obviously huge, so should I be using this?
Thanks

 채택된 답변

Chad Greene
Chad Greene 2017년 2월 1일

0 개 추천

Indeed, the process of converting 3D datasets to analysis-friendly matrices is not intuitive. I have written an eof function which would accept a 20x20x100 matrix just as it is, no reshaping necessary.

추가 답변 (1개)

Oleg Komarov
Oleg Komarov 2011년 3월 14일

0 개 추천

20 * 20 * 100 * (8 bytes) = 312.5 kilobytes
Really tiny, 300 MB would be huge for a standard 4gb 32bit achitecture.
Oleg

카테고리

도움말 센터File Exchange에서 Dates and Time에 대해 자세히 알아보기

태그

질문:

2011년 3월 14일

답변:

2017년 2월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by