POINTING MOUSE OVER A 3D PLOT, GIVES A TON OF ERRORS IN COMMAND WINDOW, WHY?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
Walter Roberson
2016년 9월 15일
You could use pathtool to remove the extra copy of that directory name.
답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!