Clear Filters
Clear Filters

Moving text In GUI

1 view (last 30 days)
Anup Badve
Anup Badve on 29 Oct 2015
Answered: Walter Roberson on 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.

Accepted Answer

Walter Roberson
Walter Roberson on 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.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!