EXE witout MCR... is it possible?
Show older comments
Is it possible to create an executable that will run on a Windows system without these software:
I created exe files but I think they only work with Matlab MCR. I do not want to uninstall my 2 versions of matlab to do the test. How can I do it? What settings should I use when compiling? thanks
Answers (2)
Walter Roberson
on 15 May 2013
0 votes
You cannot do it with the MATLAB Compiler product. You can do it with MATLAB Coder product. (Provided, that is, that you happen to have restricted yourself to the subset of routines that MATLAB Coder supports.)
Image Analyst
on 16 May 2013
0 votes
You need the MCR - your deployed app won't run without it. You can install the MCR on your development machine to test your deployment. The MCR will happily co-exist with the full blown MATLAB development environment on the same computer, so don't worry about having to uninstall any versions of MATLAB to test your deployment.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!