What is the version of the MATLAB Compiler Runtime (MCR) that corresponds to the version of MATLAB Compiler I am using?

100 views (last 30 days)
I am using several versions of MATLAB and MATLAB Compiler and I need to know which version of the MATLAB Compiler Runtime (MCR) corresponds to which version of MATLAB.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 5 Dec 2023
Edited: MathWorks Support Team on 14 Dec 2023
The "mcrversion" function can help you determine the MCR version of a particular copy of MATLAB. The MATLAB Runtime version number consists of three digits, separated by a decimal point. The function returns each digit as a separate output variable.
[major, minor, update] = mcrversion
The "ver" function can help determine the version of the MATLAB Compiler toolbox. It displays the product name, version number, and release name for MATLAB and all other installed products. This can be used to check the version of MATLAB Compiler.
Once you determine the MCR version needed, it can be downloaded from the following link:

More Answers (1)

Subin Kuttappan Stellal Mary
Edited: MathWorks Support Team on 17 Feb 2021

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!