Navigation

Operators and Keywords

Function List:

C++ API

octcdf

A NetCDF interface for octave. This interface is obsolete. Please use the netcdf package instead (possibly in combination with ncarray).

Select category:

NetCDF

ncautonan
If ncautonan is called with one argument, it returns the autonan status of the NetCDF variable NV.
ncautoscale
If ncautoscale is called with one argument, it returns the autoscale status of the NetCDF variable NV.
ncbyte
creates a netcdf variable of type ncbyte.
ncchar
creates a netcdf variable of type ncchar.
ncdouble
creates a netcdf variable of type ncdouble.
ncdump
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.
ncfillval
returns or sets the FILLVALUE of the NetCDF variable NCVAR.
ncfloat
creates a netcdf variable of type ncfloat.
ncint
creates a netcdf variable of type ncint.
nclong
creates a netcdf variable of type nclong.
ncshort
creates a netcdf variable of type ncshort.
ncatt
Creates a cell array of all global attributes of NetCDF file NC or all attributes of variable NV.
ncclose
closes the netcdf file NC and all changes are written to the disk.
ncdatatype
Gets the datatype of the NetCDF variable NV or attributes NA.
ncdim
Creates a cell array of all dimenstion in a NetCDF file.
ncenddef
Take an open NetCDF file out of "define" mode.
ncname
Gets the name of the NetCDF file NC, variable NV, attributes NA or dimension ND.
ncredef
Place an open NetCDF file in "define" mode, so that NetCDF entities can be added, renamed, modified, or deleted.
ncsync
All changes are written to the disk.
ncvar
Creates a cell array of all variables in a NetCDF file.
netcdf
open or create a netcdf file given by FILENAME.
ncisrecord
Return 1 if the netcdf dimension is a record dimension, otherwise 0.

Examples

example_netcdf
Example for creating and reading a netcdf file
example_opendap
Example for loading a dataset from an OPeNDAP server

Package: octcdf