필터 지우기
필터 지우기

standalone application error dispaly

조회 수: 1 (최근 30일)
Milad
Milad 2014년 1월 28일
답변: Milad 2014년 1월 29일
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.

채택된 답변

David Sanchez
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.

추가 답변 (1개)

Milad
Milad 2014년 1월 29일
No error was displayed when I ran the exe file with an error I intentionally let happen. I hoped the error messages were displayed in a cmd window, but nothing was displayed and the program execution stoped.
I can try and catch the errors I can think of. but what if some other error happens. what if a very simple error happens ( like: Undefined function or variable 'a'. ). Is there any solution or workaround?

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by