Hold text in different monitors
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Rafael
am 15 Jan. 2014
Bearbeitet: Walter Roberson
am 15 Jan. 2014
2 Kommentare
Walter Roberson
am 15 Jan. 2014
text(183,59,'Im = ','FontWeight','bold', 'Units', 'pixels'); %for example
Rafael
am 15 Jan. 2014
Kategorien
Mehr zu Labels and Annotations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!