standalone application error dispaly
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
David Sanchez
2014 年 1 月 28 日
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 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!