Why do I get the error message 'Error when evaluating uicontrol Callback?
39 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Why do I get the following error message:
Error when evaluating uicontrol Callback.
Respuesta aceptada
MathWorks Support Team
el 27 de Feb. de 2012
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!