MATLAB Function Reference | ![]() ![]() |
Graphical Interface
As an alternative to the version
function, select About from the Help menu in the MATLAB desktop.
Syntax
version version -java v = version [v,d] = version
Description
version
displays the MATLAB version number.
version -java
displays the version of the Java VM used by MATLAB.
v = version
returns a string v
containing the MATLAB version number.
[v,d] = version
also returns a string d
containing the date of the version.
Examples
[v,d]=version v = 6.0.0.60356 (R12) d = May 2 2000
See Also
Also, type help info
at the Command Window prompt.
![]() | ver | view | ![]() |