Compare toolbox version to specified character vector
tf = verLessThan(toolbox,version)
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
). Use this function
to write code that runs on multiple versions of MATLAB®, when
there are differences in the behavior of the code in the different
versions.