Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
Eliza
Eliza am 16 Dez. 2017
Beantwortet: YT am 16 Dez. 2017
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?

Akzeptierte Antwort

YT
YT am 16 Dez. 2017
Something like this?
figure();
uicontrol('Style', 'Edit', 'String', 'My edit box','TooltipString', 'My tooltip');

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by