필터 지우기
필터 지우기

Moving text In GUI

조회 수: 1 (최근 30일)
Anup Badve
Anup Badve 2015년 10월 29일
답변: Walter Roberson 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