フィルターのクリア

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 Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by