No, this was not an NVIDIA issue. See solution here: https://www.mathworks.com/matlabcentral/answers/480471-returns-error-after-clicking-on-a-plot
Is there an issue with NVIDIA Graphics driver 470.14 Quadro and Matlab R2019b?
1 view (last 30 days)
Show older comments
I am working on Windows 10 Subsystem for Linux (WSL2), and just upgraded my drivers to NVIDIA 470.14 quadro for windows 10 (64 bit).
I am running Matlab 9.7.0.1190202 (R2019b).
Everytime I plot now I receive warning and error messages.
Example:
> figure; plot(1:10, 1:10,'.')
produces these errors when I move my mouse over the plot:
Warning: Error occurred while executing the listener callback for event WindowMouseMotion
defined for class matlab.ui.Figure:
Unable to resolve the name
matlab.graphics.chart.interaction.dataannotatable.internal.createDataAnnotatable.
Error in matlab.graphics.interaction.uiaxes.Datatips
Error in matlab.graphics.interaction.actions.Linger/motionCallback
Error in matlab.graphics.interaction.actions.Linger
Answers (0)
See Also
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!