Main Content
netcdf.defGrp
Create group in netCDF file
Description
creates a child group with the name specified by childGrpID
= netcdf.defGrp(parentGroupId
,childGroupName
)childGroupName
, that is
the child of the parent group specified by parentGroupId
.
Note
This function corresponds to the nc_def_grp
function in the
netCDF library C API.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b