Compare toolbox version to specified character vector
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®.