Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Displaying the necessary error alone
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a callback function in a GUI. In this function there is a another function.
When i run my GUI i expect to get an error message when the user gives a wrong input. Instead i get the error along with a few other errors that happen because of the wrong inputs in the callback function. The error pops up in the function inside the callback and not the callback itself.
Is it possible to have this error message displayed alone and not the error messages that follow?
댓글 수: 0
답변 (1개)
Daniel Shub
2013년 9월 27일
It really depends on what you are trying to do. I think you are probably looking for: http://www.mathworks.com/matlabcentral/answers/58695-prevent-matlab-from-displaying-full-stack-on-error
but since you are using callbacks you probably also need something like
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!