Is it possible to install MCR separately and then make it visible in Matlab

1 view (last 30 days)
Hi, I am using Matlab 2013a. We don't have the Compiler Toolbox. But I separately downloaded and installed Matlab Compiler Runtime (MCR). Can I make the MCR toolboxes show up in the Matlab installation? How do I get the mcc/mex/deploy features available with MCR show up in Matlab. thanks in advance, rajesh

Answers (2)

Walter Roberson
Walter Roberson on 22 Feb 2014
MCR does not have those features. MCR is not a compiler tool.
If you could access the toolboxes in such a manner, it would be contrary to the MATLAB license agreements to do so.

Image Analyst
Image Analyst on 22 Feb 2014
MCR is not visible. You can install it separately but it's only purpose is to let you run someone's app, who DOES have the MATLAB Compiler and compiled their app for you to run. Their app will be visible but the MCR itself does not become visible. Anyway, MCR does not have "mcc/mex/deploy features" as you assume - all of that is done in MATLAB with the Compiler installed.

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!