netcdf.inqUserType
Description
[
returns information about the user-defined type specified by the numeric type identifier in
the file identified by typeName
,byteSize
,baseTypeID
,numFields
,classID
] = netcdf.inqUserType(ncid
,typeID
)ncid
. The output arguments include the name of the
user-defined type, the size in bytes of the type, the numeric identifier of the base type,
the number of fields, and the class identifier of the user-defined type. Not all returned
information is applicable for all user-defined types. The
netcdf.inqUserType
function corresponds to the
nc_inq_user_type
function in the NetCDF library C API.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
netcdf.inqVlen
| netcdf.inqVar
| netcdf.create
| netcdf.defVlen
| netcdf.close