how to create .exe file from .m file .
Afficher commentaires plus anciens
I have tried using mcc command but still its plotting graph in Matlab only.
Réponses (1)
Andreas Goser
le 16 Fév 2015
Assumin you successfully have created an EXE file myprog.exe, you can try to run it through the shell / DOS promt or within MATLAB as a system command.
!myprog
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!