Hovering over figure menus gives error
Show older comments
When I select the tools menu in a figure or any of the objects under the edit menu or try and save my figure, the following text displays in the command window:
Error: File: hggetbehavior.m Line: 56 Column: 1
This statement is not inside any function.
(It follows the END that terminates the definition of the
function "hggetbehavior".)
Error in isplotchild>validDataBehavior (line 77)
hBehavior = hggetbehavior(obj,'DataDescriptor','-peek');
Error in isplotchild (line 35)
if isvalid(obj) && validDataBehavior(obj, bfmode) &&
...
Error in plotchild (line 41)
ok(k) = isplotchild(ch(k), dim, bfmode);
Error in toolsmenufcn>LUpdateToolsMenu (line 280)
if ~isempty(axesList) && ~isempty(plotchild(axesList, 2,
true))
Error in toolsmenufcn (line 110)
LUpdateToolsMenu(hfig);
Error while evaluating Menu Callback
Accepted Answer
More Answers (0)
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!