POINTING MOUSE OVER A 3D PLOT, GIVES A TON OF ERRORS IN COMMAND WINDOW, WHY?
3 views (last 30 days)
Show older comments
When i plot a 3d plot or ezsurf and then point my mouse over the plot. I get following huge line of errors. I even uninstalled my touchpad drivers, but it did not help me.
Warning: Error occurred while executing the listener callback for event WindowMouseMotion defined for class matlab.ui.Figure:
In an assignment A(:) = B, the number of elements in A and B must be the same.
Error in matlab.graphics.interaction.internal.isPointInPolygon
Error in matlab.graphics.interaction.internal.isAxesHit
Error in matlab.graphics.interaction.internal.isAxesHit
Error in matlab.graphics.interaction.internal.hitAxes
Error in rotate3d>localFindAxes (line 1166)
allAxes = matlab.graphics.interaction.internal.hitAxes(fig, evd);
Error in rotate3d>rotaUpMotionFcn (line 873)
hAx = localFindAxes(hFigure,evd);
Error in rotate3d>@(obj,evd)rotaUpMotionFcn(obj,evd,rotaObj) (line 641)
set(rotaObj,'WindowButtonMotionFcn',@(obj,evd)rotaUpMotionFcn(obj,evd,rotaObj));
Error in hgfeval (line 62)
feval(fcn{1},varargin{:},fcn{2:end});
Error in matlab.uitools.internal.uimode>localEvaluateMotionCallback (line 273)
hgfeval(callback,obj,evd);
Error in matlab.uitools.internal.uimode>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 251)
hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
5 Comments
Walter Roberson
on 15 Sep 2016
You could use pathtool to remove the extra copy of that directory name.
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!