Netcdf Toolkit - netcdf_inqAttName
- Loadable Function:
name =netcdf_inqAttName(ncid,varid,attnum) Get the name of a NetCDF attribute. This function returns the name of the attribute with the id attnum of the variable varid in the NetCDF file ncid. For global attributes varid can be netcdf_getConstant("global").
See also: netcdf_inqAttName.