cdflib.getLibraryVersion
Library version and release information
Syntax
[version,release,increment] = cdflib.getLibraryVersion()
Description
[version,release,increment] = cdflib.getLibraryVersion()
returns information about the Common Data Format (CDF) library.
Output Arguments
|
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. |
Examples
Get the version information of the CDF library:
[version, release, increment] = cdflib.getLibraryVersion() version = 3 release = 7 increment = 0
References
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.