Main Content
netcdf.inqVlen
Description
[
returns information about the user-defined typeName
,byteSize
,baseTypeID
] = netcdf.inqVlen(ncid
,typeID
)NC_VLEN
(variable length
array) type. The output arguments include the name of the NC_VLEN
type,
the size in bytes of the type, and the base type for the NC_VLEN
type
specified by the numeric type identifier. The netcdf.inqVlen
function
corresponds to the nc_inq_vlen
function in the NetCDF library C
API.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
netcdf.inqUserType
| netcdf.inqVar
| netcdf.create
| netcdf.defVlen
| netcdf.close