Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
Eliza
Eliza le 16 Déc 2017
Réponse apportée : YT le 16 Déc 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?

Réponse acceptée

YT
YT le 16 Déc 2017
Something like this?
figure();
uicontrol('Style', 'Edit', 'String', 'My edit box','TooltipString', 'My tooltip');

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by