Example for creating and reading a netcdf file
Example for loading a dataset from an OPeNDAP server
Creates a cell array of all global attributes of NetCDF file NC or all attributes of variable NV.
If ncautonan is called with one argument, it returns the autonan status of the NetCDF variable NV.
If ncautoscale is called with one argument, it returns the autoscale status of the NetCDF variable NV.
creates a netcdf variable of type ncbyte.
creates a netcdf variable of type ncchar.
closes the netcdf file NC and all changes are written to the disk.
Gets the datatype of the NetCDF variable NV or attributes NA.
Creates a cell array of all dimenstion in a NetCDF file.
creates a netcdf variable of type ncdouble.
This function writes the content of the NetCDF file FILENAME except the actual values of the variables to the screen or to the file OUTPUT_FILENAME is this argument is provided.
Take an open NetCDF file out of "define\" mode.
creates a netcdf variable of type ncfloat.
creates a netcdf variable of type ncint.
Return 1 if the netcdf dimension is a record dimension, otherwise 0.
creates a netcdf variable of type nclong.
Gets the name of the NetCDF file NC, variable NV, attributes NA or dimension ND.
Place an open NetCDF file in "define\" mode, so that NetCDF entities can be added, renamed, modified, or deleted.
creates a netcdf variable of type ncshort.
All changes are written to the disk.
Creates a cell array of all variables in a NetCDF file.
open or create a netcdf file given by FILENAME.