convert matlab to exe file
Ältere Kommentare anzeigen
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 ??
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 26 Nov. 2011
1 Stimme
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.
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!