Not able to run Matlab runtime .exe file.

조회 수: 22 (최근 30일)
Anshuman S
Anshuman S 2021년 6월 9일
댓글: Anshuman S 2021년 7월 16일
I'm running matlab version R2019b. I wanted to open a Matlab combiled exe file, but the following message appears.
"Could not find version 7.16 of the MCR. Attempting to load mclmcrrt7_16.dll. ; Please install the correct version of the MCR. Contact your vendor if you do not have an installer for the MCR."
To check my mcr; I run the following command on matlab, 'mcrinstaller"
'mcrinstaller' requires one of the following:
MATLAB Compiler
MATLAB Compiler SDK
I have already installed the MCR for my version in the C drive in the MATLAB folder. But still it doesn't work.

답변 (1개)

Walter Roberson
Walter Roberson 2021년 6월 9일
편집: Walter Roberson 2021년 6월 9일
MCR 7.16 is the MCR for R2011b .
You cannot use an newer version of MCR to run something built with MCR 7.16 . The MCR needed is specific enough that the various releases of MATLAB that had Service Packs (such as R2014aSP1) need a different MCR. I do not know at the moment if the newer Update system need different MCR.
MCR 7.16 cannot be downloaded from Mathworks as a stand-alone piece of code. For licensing reasons, you must get it from the person who build the EXE you are using. Mathworks cleared the licenses and was able to start offering downloads of MCR... as of R2012a.
Exception: if you have a license for MATLAB Compiler for R2011b or newer, then you are authorized to download older releases of MATLAB, including downloading R2011b and MATLAB Compiler, and using the mcrinstaller from that.
  댓글 수: 7
Walter Roberson
Walter Roberson 2021년 7월 15일
You would need Parallels or similar MS Windows emulation system to use the .exe on MacOS .
You can download the Mac version of R2011b and use mcrinstaller() to find the installer, which would probably be
/Applications/MATLAB_R2011b.app/toolbox/compiler/deploy/maci64/MCRInstaller.app
However, the Mac version of MCR cannot be used to run .exe compiled for Windows .
Anshuman S
Anshuman S 2021년 7월 16일
Hey walter, now I'm using windows! But I'm still not able to install it. you may have a look at the querries here: https://in.mathworks.com/matlabcentral/answers/879153-not-able-to-install-matlab-2011b?s_tid=mlc_ans_email_view#comment_1640183

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by