How to perform EOF

24 ビュー (過去 30 日間)
Nur Fabien Idrissa
Nur Fabien Idrissa 2017 年 10 月 5 日
回答済み: Chad Greene 2019 年 3 月 9 日
how can i perform EOF with netcdf data? if anybody has got a tutorial would be helpful because i am new in matlab. thanks lot!!

回答 (2 件)

KSSV
KSSV 2017 年 10 月 5 日
netcdf can be read using ncdisp, ncinfo, ncread.
TO get EOF you need to use svd (Singular Value Decomposition), eig . Read about the given functions.

Chad Greene
Chad Greene 2019 年 3 月 9 日
I think the easiest way is with the eof function in the Climate Data Toolbox for Matlab. Check out the documentation, it describes how to read netcdf sea surface temperature data and do all the steps that are necessary for common EOF analysis.

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by