| Contents | Index |
ncdisp(source)
ncdisp(source,location)
ncdisp(source,location,modestr)
ncdisp(source) displays as text in the Command Window, all the groups, dimensions, variable definitions, and all attributes in the NetCDF data source source, which can be the name of a NetCDF file or the URL of an OPeNDAP NetCDF data source.
ncdisp(source,location) displays information about the variable or group specified by location in source
ncdisp(source,location,modestr) displays the contents of the location in source according to the value of modestr.
Visually inspect a NetCDF file.
ncdisp('example.nc');
Visually inspect a NetCDF file, hiding the attributes.
ncdisp('example.nc','/','min');
Visually inspect the full details of a variable.
ncdisp('example.nc','peaks');ncinfo | ncread | ncreadatt | ncwrite | netcdf
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |