Filter löschen
Filter löschen

Moving text In GUI

1 Ansicht (letzte 30 Tage)
Anup Badve
Anup Badve am 29 Okt. 2015
Beantwortet: Walter Roberson am 29 Okt. 2015
How can I do the moving sentence on GUI. I have to move "Need Attention" from right upside corner to left upside corner.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 29 Okt. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by