What is the version of the MATLAB Compiler Runtime (MCR) that corresponds to the version of MATLAB Compiler I am using?
96 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2013 年 9 月 16 日
編集済み: MathWorks Support Team
2024 年 4 月 24 日
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.
採用された回答
MathWorks Support Team
2023 年 12 月 5 日
編集済み: MathWorks Support Team
2023 年 12 月 14 日
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 件のコメント
Walter Roberson
2016 年 1 月 20 日
編集済み: MathWorks Support Team
2024 年 4 月 24 日
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
その他の回答 (1 件)
Subin Kuttappan Stellal Mary
2016 年 10 月 7 日
編集済み: MathWorks Support Team
2021 年 2 月 17 日
Link to download all MCR versions :
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!