Effacer les filtres
Effacer les filtres

Problem with function waitforbuttonpress

4 vues (au cours des 30 derniers jours)
M Min
M Min le 23 Avr 2017
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 commentaire
Nikhil Sreekumar
Nikhil Sreekumar le 26 Avr 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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 그래픽스 객체 프로그래밍 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!