how to create .exe file from .m file .
1 回表示 (過去 30 日間)
古いコメントを表示
I have tried using mcc command but still its plotting graph in Matlab only.
0 件のコメント
回答 (1 件)
Andreas Goser
2015 年 2 月 16 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Parallel for-Loops (parfor) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!