how to create .exe file from .m file .
Mostrar comentarios más antiguos
I have tried using mcc command but still its plotting graph in Matlab only.
Respuestas (1)
Andreas Goser
el 16 de Feb. de 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
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!