Hold text in different monitors
Show older comments
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?
Accepted Answer
More Answers (1)
Rafael
on 15 Jan 2014
Edited: Walter Roberson
on 15 Jan 2014
2 Comments
Walter Roberson
on 15 Jan 2014
text(183,59,'Im = ','FontWeight','bold', 'Units', 'pixels'); %for example
Rafael
on 15 Jan 2014
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!