netcdf.inqGrpNameFull
Complete pathname of group
Description
Examples
Retrieve All Group Names from NetCDF Dataset
Open the NetCDF sample dataset and retrieve the names of all groups.
ncid = netcdf.open("example.nc",'NOWRITE'); gid = netcdf.inqNcid(ncid,"grid2"); fullName = netcdf.inqGrpNameFull(gid); netcdf.close(ncid);
Input Arguments
Output Arguments
Version History
Introduced in R2010b
See Also
netcdf.inqGrpName
| netcdf.create
| netcdf.open
| netcdf.defGrp