display info while ginput() waits
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
John BG
2017 年 1 月 12 日
look in the file exchange, there are already available solutions for this question
採用された回答
Walter Roberson
2017 年 1 月 19 日
Information thanks to Han Oostdijk at https://www.mathworks.com/matlabcentral/newsreader/view_thread/296770
1 件のコメント
Ahmad Gad
2024 年 1 月 19 日
It looks like this function doesn't work for most recent MATLAB versions. Do you have any alternatives in mind? Thank you!
その他の回答 (1 件)
Vishal Neelagiri
2017 年 1 月 18 日
編集済み: Walter Roberson
2017 年 1 月 19 日
You might want to have a look at this custom ginput function submitted via MATLAB File Exchange:
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!