MATLAB: Where can I find information about MATLAB Compiler Runtime (MCR) versions

MATLAB Compiler

Where can I find information about MATLAB Compiler Runtime (MCR) versions?

Best Answer

MATLAB Compiler Runtime requires the correct version installed to run a compiled application.
MATLAB Compiler Runtime requires the correct version installed to run a compiled application.
The MCRVERSION function can help you determine the MCR version of a copy of MATLAB, while the VER function can help determine the version of the MATLAB Compiler toolbox. For more information on these functions, execute the following lines of code at the MATLAB command prompt:
help mcrversion
help ver
Installers for the current versions of MATLAB Compiler Runtime can be found on our website at:
These can be used for both online and offline computers, as the download contains all the files needed for a complete MATLAB Compiler Runtime installation.
For R2018a and newer, you can run the following command to install MATLAB Compiler Runtime. The command will only work if you have MATLAB Compiler installed and activated, have a working internet connection, and do not have a proxy or firewall.
compiler.runtime.download
If you need to install an older version of MATLAB Compiler Runtime, please see the following article:
How do you install older versions of MCR which are not available online?