MATLAB: Low Level Graphics Error

opengl

After running my code MatLab experiences a low Level Graphic Error. If I open the "opengl info" function Matlab says Software='false'. In the Documentation it says that I am not using OpenGL? What exactly does that mean for my code and do I have to change that?If yes, why?
Hope you can help me out with this,thanks!

Best Answer

After crash you migh run
opengl hardware
opengl('save','hardware')
to restore value.
I systematically have opengl crash when runing MATLAB in remote Desktop, which is anoying. Not sure if the problem is reported and someone at TMW is working to fix it.
Related Question