Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Displaying the necessary error alone

1 回表示 (過去 30 日間)
Dimitris Arapidis
Dimitris Arapidis 2013 年 9 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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?

回答 (1 件)

Daniel Shub
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

Community Treasure Hunt

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

Start Hunting!

Translated by