How to build a *.exe file from my m-file that works in windows environment?
1 回表示 (過去 30 日間)
古いコメントを表示
I wrote my program in a m-file and now I want to make a *.exe file from it, that can works without need to matlab in windows environment?Is it possible?How?
0 件のコメント
回答 (2 件)
Kaustubha Govind
2011 年 10 月 21 日
Alternatively, you can use MATLAB Coder to generate standalone C code if you are only using functions supported for code generation.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!