display info while ginput() waits
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
William Rose
il 12 Gen 2017
Commentato: Ahmad Gad
il 19 Gen 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 Commenti
John BG
il 12 Gen 2017
look in the file exchange, there are already available solutions for this question
Risposta accettata
Walter Roberson
il 19 Gen 2017
Information thanks to Han Oostdijk at https://www.mathworks.com/matlabcentral/newsreader/view_thread/296770
1 Commento
Ahmad Gad
il 19 Gen 2024
It looks like this function doesn't work for most recent MATLAB versions. Do you have any alternatives in mind? Thank you!
Più risposte (1)
Vishal Neelagiri
il 18 Gen 2017
Modificato: Walter Roberson
il 19 Gen 2017
You might want to have a look at this custom ginput function submitted via MATLAB File Exchange:
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!