Names of Common Data Format (CDF) library constants
names = cdflib.getConstantNames()
names = cdflib.getConstantNames()
returns
a cell array of character vectors, where each character vector is
the name of a constant known to the Common Data Format (CDF) library.
Get a list of the names of CDF library constants.
names = cdflib.getConstantNames() names = 'AHUFF_COMPRESSION' 'ALPHAMVSD_ENCODING' 'ALPHAMVSG_ENCODING' 'ALPHAMVSI_ENCODING' 'ALPHAOSF1_ENCODING' 'CDF_BYTE' 'CDF_CHAR' . . .
For copyright information, see the cdfcopyright.txt
file.