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!