Main Content
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 = 8 increment = 1
Tips
This function corresponds to the CDF library C API routine
CDFgetLibraryVersion
.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.