cdflib.setFileBackward
Set backward compatibility mode
Syntax
cdflib.setFileBackward(mode)
Description
cdflib.setFileBackward(mode)
sets
the backward compatibility mode to the value specified by mode
.
Input Arguments
|
Compatibility mode, specified as one of these character vectors or string scalars.
Default: |
Examples
Set backward compatibility mode and then check the value.
cdflib.setFileBackward('BACKWARDFILEon'); mode = cdflib.getFileBackward mode = BACKWARDFILEon
More About
Tips
Setting backward compatibility mode affects only your current MATLAB® session, or until you call
cdflib.setFileBackward
again.
References
This function corresponds to the CDF library C API routine CDFsetFileBackward
.
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.