POINTING MOUSE OVER A 3D PLOT, GIVES A TON OF ERRORS IN COMMAND WINDOW, WHY?

3 Ansichten (letzte 30 Tage)
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 Kommentare
Pawandeep
Pawandeep am 15 Sep. 2016
Bearbeitet: Pawandeep am 15 Sep. 2016
@Walter Roberson , Your method worked but at the same time I receive this warning
Warning: Duplicate directory name: C:\Program Files\MATLAB\R2016a\toolbox\stateflow\stateflow
> In restoredefaultpath (line 52)
Walter Roberson
Walter Roberson am 15 Sep. 2016
You could use pathtool to remove the extra copy of that directory name.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by