Low Level Graphics Error
7 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
采纳的回答
Bruno Luong
2018-12-1
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 个评论
Image Analyst
2018-12-1
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!