Netcdf Toolkit - netcdf_getAtt
- Loadable Function:
data =netcdf_getAtt(ncid,varid,name) Get the value of a NetCDF attribute. This function returns the value of the attribute called name of the variable varid in the NetCDF file ncid. For global attributes varid can be netcdf_getConstant("global").
See also: netcdf_putAtt.