Hold text in different monitors
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Rafael
el 15 de En. de 2014
Editada: Walter Roberson
el 15 de En. de 2014
2 comentarios
Walter Roberson
el 15 de En. de 2014
text(183,59,'Im = ','FontWeight','bold', 'Units', 'pixels'); %for example
Rafael
el 15 de En. de 2014
Categorías
Más información sobre Labels and Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!