cdflib.getConstantNames

Names of Common Data Format (CDF) library constants

Syntax

names = cdflib.getConstantNames()

Description

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.

Examples

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'
     .
     .
     .

References

For copyright information, see the cdfcopyright.txt file.