What's the difference between Matlab runtime and Matlab(R) Compiler Runtime

15 views (last 30 days)
My comupter installed both Matlab runtime and Matlab(R) Comiler Runtime. See following picture. What's the difference between those two softwares?
The purpose for those two softwares is to do some calculation in excel file, but some function need support from Matlab.
11.png

Accepted Answer

Walter Roberson
Walter Roberson on 19 Apr 2019
The 7.14 software is for applications compiled with r2010b
  4 Comments
Md Saiful Islam
Md Saiful Islam on 24 Mar 2022
Hello Walter,
Thanks for your support. I am trying to run a matlab compiled program and it shows as follow
"Could not find version 7.14 of the MCR. Attempting to load mclmcrrt7_14.dll". Please install the correct version of the MCR. Contact your vendor if you do not have an installer for the MCR."
How can I get a MCR 7.14? I am using MatLab 2021a.
Walter Roberson
Walter Roberson on 24 Mar 2022
MCR 7.14 is old enough that there were different license terms back then.
There are two ways to get MCR 7.14:
  • the person who provided the executable is reponsible for providing that version of MCR to go with it. However, they had to restrict access to it: they were not permitted to make it open to public downloading. They could set up a password protected site or they could email it to you or whatever works out... just not public access. (My understanding is that this had to do with the license terms for software components that Mathworks was purchasing from some other organization.)
  • Or: if you have a license for MATLAB Compiler for any release from R2010b onwards, then you are authorized to install R2010b and then use the development MCR from that.
Unfortunately, using a later MCR is not backwards compatible at all: it has to be specific to R2010b.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!