The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: netcdf_putVar (ncid,varid,data)
Loadable Function: netcdf_putVar (ncid,varid,start,data)
Loadable Function: netcdf_putVar (ncid,varid,start,count,data)
Loadable Function: netcdf_putVar (ncid,varid,start,count,stride,data)

Put data in a NetCDF variable. The data data is stored in the variable varid of the NetCDF file ncid. start is the start index of each dimension (0-based and defaults to a vector of zeros), count is the number of elements of to be written along each dimension (default all elements) and stride is the sampling interval.

See also: netcdf_endDef.

Package: netcdf