Why do I get the error message 'Error when evaluating uicontrol Callback?
40 ビュー (過去 30 日間)
古いコメントを表示
Why do I get the following error message:
Error when evaluating uicontrol Callback.
採用された回答
MathWorks Support Team
2012 年 2 月 27 日
Explanation:
A callback function for a uicontrol in your figure or GUI has thrown an error.
Common causes:
There are many possible causes for this error. The line above simply identifies that the error is located in a uicontrol's callback function.
Solution:
The section of the error message that follows the line above will explain the cause of the error. Debug the callback function based on the second portion of the error message returned from MATLAB.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!