how to create .exe file from .m file .
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have tried using mcc command but still its plotting graph in Matlab only.
0 Commenti
Risposte (1)
Andreas Goser
il 16 Feb 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
3 Commenti
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!