Main Content
netcdf.inqVarFill
Return fill parameters for netCDF variable
Description
[
returns the fill parameters for the netCDF variable specified by noFillMode
,fillValue
] = netcdf.inqVarFill(ncid
,varid
)varid
in the file or group specified by ncid
.
Examples
Input Arguments
Output Arguments
Tips
This function corresponds to the
nc_inq_var_fill
function in the netCDF library C API.
Version History
Introduced in R2010b