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!