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®.
Using verlessthan
determine if current MATLAB release is older than a specified release is not recommended. Use
isMATLABReleaseOlderThan
instead.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2007aSee Also
matlabRelease
| isMATLABReleaseOlderThan
| ver
| version
| dir
| license
| ispc
| isunix
| ismac