필터 지우기
필터 지우기

Low Level Graphics Error

조회 수: 3 (최근 30일)
Brendan Görres
Brendan Görres 2018년 12월 1일
댓글: Bruno Luong 2018년 12월 1일
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!

채택된 답변

Bruno Luong
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
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.
Bruno Luong
Bruno Luong 2018년 12월 1일
+1 I observe the same thing

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by