how to make gui file to exe file
1 回表示 (過去 30 日間)
古いコメントを表示
hello mat lab is good language but its very slow so i want to make my gui file separately to exe file which can speed system becuease i mak 3 i/o interface serial -mic-speaker
0 件のコメント
採用された回答
Walter Roberson
2012 年 4 月 22 日
You would need MATLAB Coder for that. MATLAB Compiler would not be suitable for this, as MATLAB Compiler executes at about the same speed (or slower) as MATLAB does.
There are a lot of routines that cannot be compiled with MATLAB Coder.
Have you used the profiler to find out which parts of your code are slow?
If when you say "slow" you are talking about latency for sound acquisition, then you should be considering a different route. See Daniel's suggestions in http://www.mathworks.com/matlabcentral/answers/17473-usb-sound-device-possible
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!