Main Content
cdflib.setValidate
Specify library validation mode
Syntax
cdflib.setValidate(
mode
)
Description
cdflib.setValidate(
specifies the validation mode of the Common Data Format (CDF) library.
Specify the validation mode before opening any files. mode
)
Input Arguments
|
One of the following character vectors or string scalars, or its numeric equivalent:
To get the numeric equivalent of these values, use |
Examples
Set the validation mode of the CDF library.
cdflib.setValidate("VALIDATEFILEoff")
mode = cdflib.getValidate()
mode = 'VALIDATEFILEoff'
Tips
This function corresponds to the CDF library C API routine
CDFsetValidate
.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.