Moving text In GUI
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anup Badve
le 29 Oct 2015
Réponse apportée : Walter Roberson
le 29 Oct 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 commentaires
Réponse acceptée
Walter Roberson
le 29 Oct 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!