display info while ginput() waits
9 views (last 30 days)
Show older comments
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.
Answers (2)
Vishal Neelagiri
on 18 Jan 2017
Edited: Walter Roberson
on 19 Jan 2017
You might want to have a look at this custom ginput function submitted via MATLAB File Exchange:
Walter Roberson
on 19 Jan 2017
Information thanks to Han Oostdijk at https://www.mathworks.com/matlabcentral/newsreader/view_thread/296770
0 Comments
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!