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!