How to resolve low level graphic error in R2019b?

Matlab experienced a low level graphic error and has not plotted transient response correctly

 Accepted Answer

The most common cause of this is if you are using an old graphics drive for your graphics card and the graphics driver has a glitch.
Some of the old graphics cards do not have modern graphics drivers and are known to fail with modern programs. The Intel HD500 is an example; Intel has not upgraded drivers for it for a number of years, and the HD 500 often fails. Intel HD1000 is known to occasionally have this kind of problem, but upgrading to the current drivers for it typically works. The Intel HD2000 seems more robust to these kinds of problems.
Some of the older AMD driver versions can have this kind of problem -- the problem is not exclusive to Intel.
In some cases, you may need to switch to software opengl; see https://www.mathworks.com/help/matlab/ref/opengl.html

More Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products

Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!