Moving text In GUI

1 次查看(过去 30 天)
Anup Badve
Anup Badve 2015-10-29
How can I do the moving sentence on GUI. I have to move "Need Attention" from right upside corner to left upside corner.

采纳的回答

Walter Roberson
Walter Roberson 2015-10-29
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 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by