"opengl software" is not supported in command line?
Afficher commentaires plus anciens
I've been using the same code on the same Windows 10 PC over and over. but since one day, MATLAB started issueing an error when executing opengl software.
>> opengl software
Error using opengl
Changing the OpenGL implementation at the command line is not supported. Instead, specify the implementation when starting MATLAB.
This is very odd, not only because it started suddenly, but also because the command opengl software should be perfectly allowed to use in Command Window. See https://uk.mathworks.com/help/matlab/ref/opengl.html
I can use opengl('save', 'software') and get rid of opengl software from my code to circumbet this problem, but this is very strange.
3 commentaires
Nikhil Sapre
le 28 Juin 2021
What version of MATLAB are you using?
Kouichi C. Nakamura
le 28 Juin 2021
Réponses (1)
Matt J
le 2 Oct 2021
0 votes
An NVIDIA driver update seems to have cured it.
Catégories
En savoir plus sur Graphics Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!