EXE witout MCR... is it possible?
Afficher commentaires plus anciens
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
Réponses (2)
Walter Roberson
le 15 Mai 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
le 16 Mai 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.
Catégories
En savoir plus sur Get Started with MATLAB Compiler SDK dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!