What is the version of the MATLAB Compiler Runtime (MCR) that corresponds to the version of MATLAB Compiler I am using?
106 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 16 Sep. 2013
Bearbeitet: MathWorks Support Team
am 24 Apr. 2024
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.
Akzeptierte Antwort
MathWorks Support Team
am 5 Dez. 2023
Bearbeitet: MathWorks Support Team
am 14 Dez. 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:
1 Kommentar
Walter Roberson
am 20 Jan. 2016
Bearbeitet: MathWorks Support Team
am 24 Apr. 2024
According to https://www.mathworks.com/support/requirements/previous-releases.html and https://www.mathworks.com/help/matlab/release-notes.html
- R11 is MATLAB 5.3
- R12 is MATLAB 6.0
- R12.1 is MATLAB 6.1
- R13 is MATLAB 6.5
and
- R2015a is MATLAB 8.5
- R2015aSP1 is MATLAB 8.5.1
- R2015b is MATLAB 9.0
Weitere Antworten (1)
Subin Kuttappan Stellal Mary
am 7 Okt. 2016
Bearbeitet: MathWorks Support Team
am 17 Feb. 2021
Link to download all MCR versions :
1 Kommentar
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!