How to perform EOF
Mostrar comentarios más antiguos
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!!
Respuestas (2)
KSSV
el 5 de Oct. de 2017
1 voto
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
el 9 de Mzo. de 2019
0 votos
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.
Categorías
Más información sobre NetCDF en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!