display info while ginput() waits
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
William Rose
le 12 Jan 2017
Commenté : Ahmad Gad
le 19 Jan 2024
How can I display and update the current mouse position while ginput() is waiting for the user to click? I have tried using textarea=uitextarea('Value',str1); but it only displays something once, after the user clicks. Thank you.
2 commentaires
John BG
le 12 Jan 2017
look in the file exchange, there are already available solutions for this question
Réponse acceptée
Walter Roberson
le 19 Jan 2017
Information thanks to Han Oostdijk at https://www.mathworks.com/matlabcentral/newsreader/view_thread/296770
1 commentaire
Ahmad Gad
le 19 Jan 2024
It looks like this function doesn't work for most recent MATLAB versions. Do you have any alternatives in mind? Thank you!
Plus de réponses (1)
Vishal Neelagiri
le 18 Jan 2017
Modifié(e) : Walter Roberson
le 19 Jan 2017
You might want to have a look at this custom ginput function submitted via MATLAB File Exchange:
Voir également
Catégories
En savoir plus sur Annotations 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!