standalone application error dispaly
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Milad
am 28 Jan. 2014
Beantwortet: Milad
am 29 Jan. 2014
When I create an standalone (.exe) application using build command, and then run it on another computer using mcrinstaller, where the possible errors will be shown? in Matlab we see errors and warnings in the workspace.
0 Kommentare
Akzeptierte Antwort
David Sanchez
am 28 Jan. 2014
it depends on how you are handling the errors in your code. I would recommend you to take a look at try/catch documentation
doc try
In case you do not handle errors in anyway, the system will pop up an error message in case of encountering one such that the program can not run further.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!