Version number for MATLAB and libraries
version
version -date
version -description
version -release
version -java
v = version('-versionOption
')
[v d] = version
version
returns in ans
the
version and release number for the MATLAB® software currently
running.
version -date
returns in ans
the
release date for the MATLAB software.
version -description
returns in ans
a
description of the version. Usually, the description is for special
versions, such as beta versions.
version -release
returns in ans
the
release number for the MATLAB software currently running.
version -java
returns in ans
the
version of the Oracle® JVM™ software that MATLAB is using.
v = version('-
,
where versionOption
')versionOption
is one of the above
options, is an alternate form of the syntax.
[v d] = version
returns the version and
release number in character vector v
and the release
date in character vector d
. No input arguments
are allowed in this syntax.
computer
| ver
| verlessthan