ver
Version information
Description
ver
displays:
A header containing the MATLAB® product family version number, license number, operating system, and version of Java® software for the MATLAB product.
The product name, version number, and release name for MATLAB and all other installed products.
Use ver
to checks which MATLAB products are installed and their
version number. To check the current MATLAB release information including update number use the matlabRelease
function instead.
ver
displays the
header and the version number and release name for product
product
, where
product
is the name of the folder that contains the
Contents.m
file.
returns product information to the structure
array, product_info
=
ver(product
)product_info
.
ver -support
displays licensing information for your installed
products. Use this command when completing a customer support case form. This syntax is
not recommended for programmatic use.
Examples
Input Arguments
Output Arguments
Tips
To view version information about installed Add-Ons, including MathWorks® products in the Add-On Manager, see Get and Manage Add-Ons.