octcdf
A NetCDF interface for octave. This interface is obsolete. Please use the netcdf package instead (possibly in combination with ncarray).
Select category:
NetCDF
Examples
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.
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.
returns or sets the FILLVALUE of the NetCDF variable NCVAR.
creates a netcdf variable of type ncfloat.
creates a netcdf variable of type ncint.
creates a netcdf variable of type nclong.
creates a netcdf variable of type ncshort.
Creates a cell array of all global attributes of NetCDF file NC or all attributes of variable NV.
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.
Take an open NetCDF file out of "define" mode.
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.
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.
Return 1 if the netcdf dimension is a record dimension, otherwise 0.
Example for creating and reading a netcdf file
Example for loading a dataset from an OPeNDAP server
Package: octcdf