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!