Example 3D netcdf data
Mostra commenti meno recenti
I am writing a help file that would benefit from some example data in netcdf format. The data should be in the form of a 3D matrix of some variable (e.g. temperature), and corresponding (lat, lon) or (x,y) and time vectors. Unfortunately, Matlab's example.nc only contains 2D data sets. Is there some geospatialexample.nc file that I do not know about or should I create it myself?
Risposte (1)
Ashish Uthama
il 15 Ago 2014
Modificato: Ashish Uthama
il 15 Ago 2014
1 voto
If you assume net connection, your example could "download" it. MATLAB can read OPeNDAP data. Barring that, you would have to create one. Or add code to your example which creates it on the fly (NCCREATE/NCWRITE).
1 Commento
Chad Greene
il 15 Ago 2014
Categorie
Scopri di più su NetCDF Files in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!