Loadable Function: [name,nctype,dimids,nattr] = netcdf_inqVar (ncid,varid)

Inquires information about a NetCDF variable. This functions returns the name, the NetCDF type nctype, an array of dimension ids dimids and the number of attributes nattr of the NetCDF variable. nctype in an integer corresponding NetCDF constants.

See also: netcdf_inqVarID,netcdf_getConstant.

Package: netcdf