OS build 21370.1, running windows subsystem for linux (WSL2)
Matlab 9.7.0.1190202 (R2019b)
±----------------------------------------------------------------------------+
| NVIDIA-SMI 470.14 Driver Version: 470.14 CUDA Version: 11.3 |
|-------------------------------±---------------------±---------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA Quadro R… WDDM | 00000000:65:00.0 On | N/A |
| 30% 42C P8 11W / 125W | 1225MiB / 8192MiB | 2% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
After upgrading from 465 to 470, I am having an issue when plotting in Matlab. I am assuming this is an opengl issue but I am not sure.
Example:
figure; plot(1:10,1:10,‘.’)
produces the following error:
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
Can you advise?