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

4 次查看(过去 30 天)
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