How to set coursor on top left side of edit in matlab gui?
2 ビュー (過去 30 日間)
古いコメントを表示
hello matlab gurus! I have edit box in gui and I want to begin writing a text from top left side. Any ideas?
0 件のコメント
回答 (1 件)
Anthony Poulin
2015 年 7 月 3 日
編集済み: Anthony Poulin
2015 年 7 月 3 日
If you are able to find the position on your screen (X,Y) of the top left side of your edit box, you can use: set(0,'PointerLocation', [X Y])
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!