Read specific 2D matrix from 3D matrix variable from netCDF....
Mostra commenti meno recenti
Hi I have a netCDF file. I can access all its dimensions, variables etc in MATLAB using netCDF library. In the variables there is a variable whose size is mXnXp. Using the command:
data = netcdf.getVar(ncid,varid) ;
I can get the whole mXnXp variable, which is a 3D matrix. Here comes the problem, I dont want to access the whole variable, instead I want to access a 2D matrix mXn at a given number r = 1....p. Is there any command for this?
Thanking you all in advance
Risposta accettata
Più risposte (0)
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!