Low Level Graphics Error

4 views (last 30 days)
Brendan Görres
Brendan Görres on 1 Dec 2018
Commented: Bruno Luong on 1 Dec 2018
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!

Accepted Answer

Bruno Luong
Bruno Luong on 1 Dec 2018
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.
  5 Comments
Image Analyst
Image Analyst on 1 Dec 2018
I've been able to use hardware assisted opengl briefly before - before it seems to automatically switch it off. During those times with hardware opengl, I noticed that the curves in line plots were smoother and seemed to be anti-aliased. Very nice and beautiful.
Now, without hardware opengl, my curves are pretty much binary (no anti-aliasing) and therefore show jaggies and are ugly. I guess I'm stuck until I can get a computer with a more advanced video adapter.
Bruno Luong
Bruno Luong on 1 Dec 2018
+1 I observe the same thing

Sign in to comment.

More Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!