필터 지우기
필터 지우기

convert matlab to exe file

조회 수: 1 (최근 30일)
mohamed saber
mohamed saber 2011년 11월 26일
i made a matlab program and convert it to exe file by using mcrinstaller .. but i can't see the output in exe window .. it disappear quickly ... what should i do ??

채택된 답변

Daniel Shub
Daniel Shub 2011년 11월 26일
My guess is the last line of you MATLAB code is exit/quit, which causes you to exit. You probably want to add
pause
before the exit command.

추가 답변 (1개)

Image Analyst
Image Analyst 2011년 11월 26일
You can run the program from a console window (Start->Run->cmd then cd to the folder where your program lives.) Then run your program from the "DOS" command line. When your program exits, the window will stay there since your program did not create it, so you will still be able to see whatever it spit out to that window.

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by