verLessThan
Compare toolbox version to specified character vector
Description
tf = verLessThan(
returns logical 1 (toolbox
,version
)true
) if the version of the toolbox is older
than the value specified by version
. Otherwise, it returns
logical 0 (false
). When there are differences in the behavior of
the code in the different versions, use this function to write code that runs on
multiple versions of MATLAB®.
Examples
Input Arguments
Version History
Introduced in R2007a
See Also
matlabRelease
| isMATLABReleaseOlderThan
| ver
| version
| dir
| license
| ispc
| isunix
| ismac