Library version and release information
[version,release,increment] = cdflib.getLibraryVersion()
[version,release,increment] = cdflib.getLibraryVersion()
returns information about the Common Data Format (CDF) library.
|
Numeric value indicating the version number of the CDF library. |
|
Numeric value indicating the release number of the CDF library. |
|
Numeric value indicating the increment number of the CDF library. |
Get the version information of the CDF library:
[version, release, increment] = cdflib.getLibraryVersion() version = 3 release = 7 increment = 0
This function corresponds to the CDF library C API routine CDFgetLibraryVersion
.
To use this function, you must be familiar with the CDF C
interface. Read the CDF documentation at the CDF website
.
For copyright information, see the cdfcopyright.txt
file.