필터 지우기
필터 지우기

how to display instruction when the cursor on the edit box in matlab?

조회 수: 4 (최근 30일)
Eliza
Eliza 2017년 12월 16일
답변: YT 2017년 12월 16일
could I do it in matlab , I mean when the user put the cursor on the edit box I wanna display instruction about the values to be entered in the edit box?

채택된 답변

YT
YT 2017년 12월 16일
Something like this?
figure();
uicontrol('Style', 'Edit', 'String', 'My edit box','TooltipString', 'My tooltip');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by