Main Content
netcdf.inqVarChunking
Return chunking parameters for netCDF variable
Description
[
returns the chunking parameters for the netCDF variable specified by
storage
,chunkSizes
] = netcdf.inqVarChunking(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_chunking
function in the netCDF library C API.
Version History
Introduced in R2010b