Hold text in different monitors
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Rafael
le 15 Jan 2014
Modifié(e) : Walter Roberson
le 15 Jan 2014
2 commentaires
Walter Roberson
le 15 Jan 2014
text(183,59,'Im = ','FontWeight','bold', 'Units', 'pixels'); %for example
Rafael
le 15 Jan 2014
Catégories
En savoir plus sur Labels and Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!