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

76 次查看(过去 30 天)
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
编辑: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 个)

Subin Kuttappan Stellal Mary
编辑:MathWorks Support Team 2021-2-17

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by