Error message when rim 'plot' or 'imshow', etc

10 Ansichten (letzte 30 Tage)
Zhengchao
Zhengchao am 6 Aug. 2025
Kommentiert: Image Analyst am 10 Aug. 2025
Just updated from 2019a to 2025a, both on the same PC running Windows 10, with Inter(R) UHD Graphics 630, driver version 31.0.101.2134. Error appeared when testing, e.g. plot(randn(1, 64)):
Warning: Error in state of SceneNode.
Invalid type of input arguments (should be uint64)
Error using +
Invalid type of input arguments (should be uint64)
Error in matlab.graphics.interaction.graphicscontrol.InteractionsManager/registerInteraction
Error in matlab.graphics.interaction.interactioncontainers.BaseAxesInteractionContainer/createDefaultWebAxesInteractions
Error in matlab.graphics.interaction.interactioncontainers.CartesianAxesInteractionContainer/createDefaultWebAxesInteractions
Error in matlab.graphics.interaction.interactioncontainers.BaseAxesInteractionContainer/setupInteractions
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractionsOnAxes
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractionsInSync
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractions>@()matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractionsInSync(ax,is2dim,numDataSpaces)
  4 Kommentare
Zhengchao
Zhengchao am 7 Aug. 2025
Thanks, Walter!
But it does not work.
Meg Noah
Meg Noah am 7 Aug. 2025
Can you try casting the data input to the function to uint64 type? For example:
plot(uint64(256*sin(linspace(0,pi,1000))))

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Zhengchao
Zhengchao am 8 Aug. 2025
Verschoben: Walter Roberson am 8 Aug. 2025
Thank you all!
The problem is solved by MATLAB Technical Support -- There are conflicting 'plot()' functions in the Matlab paths. The paths with 3rd party 'plus()' should be removed.
  1 Kommentar
Image Analyst
Image Analyst am 10 Aug. 2025
Are you saying that you had folders in your search path that had parentheses in their name, after the plus word? Like "C:\Program FIles\YourBadApp\plus()\something" ?
And you used the SetPath button on the Home tab of the tool ribbon to remove folders that had plus() in the folder name? And then it worked OK? So I guess your "conflicting" plot.m file was in the plus() folder, right?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Produkte


Version

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by