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

3 ビュー (過去 30 日間)
Pawandeep
Pawandeep 2016 年 8 月 14 日
コメント済み: Walter Roberson 2016 年 9 月 15 日
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 件のコメント
Pawandeep
Pawandeep 2016 年 9 月 15 日
編集済み: Pawandeep 2016 年 9 月 15 日
@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 2016 年 9 月 15 日
You could use pathtool to remove the extra copy of that directory name.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by