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

조회 수: 123 (최근 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월 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개)

Subin Kuttappan Stellal Mary
Subin Kuttappan Stellal Mary 2016년 10월 7일
편집: 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