Skip to Main Content Skip to Search
Product Documentation

mcrversion - Determine version of installed MATLAB Compiler Runtime (MCR)

Syntax

[major, minor] = mcrversion;

Description

The MCR version number consists of two digits, separated by a decimal point. This function returns each digit as a separate output variable: [major, minor] = mcrversion; Major and minor are returned as integers.

If the version number ever increases to three or more digits, call mcrversion with more outputs, as follows:

[major, minor, point] = mcrversion;

At this time, all outputs past "minor" are returned as zeros.

Typing only mcrversion will return the major version number only.

Examples

mcrversion
ans =
     7
  


Free MATLAB Compiler Interactive Kit

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.


Get free kit

Trials Available

Try the latest version of MATLAB Compiler.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS