Can one suppress the display of dataset objects triggered by mouseover (datatips)?

3 次查看(过去 30 天)
Can one suppress the display of dataset objects triggered by mouseover? This causes great inconvenience under MacOSX because large dataset objects do not hide quickly - leaving the user unable to see the edit window (or anything else) for several seconds while it is obscured by a large yellow variable display.
  1 个评论
Micke Malmström
Micke Malmström 2019-11-4
Is there a way of figuring out who is calling the function? Then this would speed up things...
if CallingFunction == DataTipInEditMode
out=[];
else
% Run regular code
end

请先登录,再进行评论。

回答(1 个)

Ned Gulley
Ned Gulley 2011-4-12
Mike's blog may be of service here: Exploring your data with datatips.
To turn on datatips in edit mode (and conversely to turn them off), go to Preferences -> Editor/Debugger -> Display and select Enable datatips in edit mode.

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by