Set backward compatibility mode
cdflib.setFileBackward(mode)
cdflib.setFileBackward(mode)
sets
the backward compatibility mode to the value specified by mode
.
|
Compatibility mode, specified as one of these character vectors or string scalars.
Default: |
Set backward compatibility mode and then check the value.
cdflib.setFileBackward('BACKWARDFILEon'); mode = cdflib.getFileBackward mode = BACKWARDFILEon
Setting backward compatibility mode affects only your
current MATLAB® session, or until you call cdflib.setFileBackward
again.
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.