MATLAB: Use opengl in matlab , why it so slow

opengl

when I draw an image in figure using imshow with transparency property,The figure 'render' property changes to 'opengl' mode automatically,Then the figure reponse begin very slow! what is problem?

Best Answer

Try using the command
opengl software
and see if it is any faster.
The OpenGL renderer is the only one that supports transparency. If you do not have a fast graphics card or do not have fast memory, then OpenGL can be slow.
What kind of graphics card do you have? If it is NVidia based, then when was the last time you checked to see whether there was a newer NVidia driver for the card?