Moving text In GUI
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anup Badve
el 29 de Oct. de 2015
Respondida: Walter Roberson
el 29 de Oct. de 2015
How can I do the moving sentence on GUI. I have to move "Need Attention" from right upside corner to left upside corner.
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Oct. de 2015
You can set() the Position property of a text() object handle to move the text. It would have to be in an axes.
You can set() the Position property of a uicontrol('Style','text') to move text outside of any axes.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!