MATLAB: Are blank figures being generated in MATLAB when I use hardware opengl

blankcarddisplayemptyfiguresglgraphicsMATLABopenopengl

When using hardware OpenGL, all figures after the first, that MATLAB generates are blank. When using a software renderer, the figures contain the expected image. However, the software renderers are too slow for rotations etc., so I want to use hardware OpenGL.

Best Answer

You may try updating the driver of your graphics card. If the OpenGL driver was already updated, then software OpenGL is the best option for getting a picture. You can also try switching the depth of their display from 16 bit to 24 or 32 bits.
Information regarding OpenGL, graphics rendering, and troubleshooting graphics problems can be found in the below link:
Related Question