Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
Eliza
Eliza el 16 de Dic. de 2017
Respondida: YT el 16 de Dic. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by