Problem with function waitforbuttonpress
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I wrote a code which includes a function 'waitforbuttonpress'. The problem is sometimes (not always), it shows me an error code
waitforbuttonpress exit because target figure has been deleted
How do I fix this issue?
1 comentario
Nikhil Sreekumar
el 26 de Abr. de 2017
Hi Min,
Can you please check if the figure corresponding to the callback exist at the time the error comes? This usually happens when the callback is made and the figure corresponding to it was deleted somehow before that.
Thanks
Nikhil
Respuestas (0)
Ver también
Categorías
Más información sobre 대화형 방식 컨트롤과 콜백 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!