Hold text in different monitors
이전 댓글 표시
I'm having a little problem in my script, in my work i have to show a graph and a lot o values and data in it. I'm using the function "text", this function works fine, but when i go to another computer with a monitor with different size, the text goes to a different place, how do i hold the text in the same position in differents monitors?
채택된 답변
추가 답변 (1개)
Rafael
2014년 1월 15일
편집: Walter Roberson
2014년 1월 15일
댓글 수: 2
Walter Roberson
2014년 1월 15일
text(183,59,'Im = ','FontWeight','bold', 'Units', 'pixels'); %for example
Rafael
2014년 1월 15일
카테고리
도움말 센터 및 File Exchange에서 Labels and Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!