Matlab curves in figures become blur ever since I update NVIDA Graphics driver

조회 수: 2 (최근 30일)
Joe kiao
Joe kiao 2017년 1월 26일
답변: Saurabh Gupta 2017년 1월 31일
Before I update NVIDA Graphics driver, the curves I plotted are like
Then after I updated the driver, the curves are like
So the curves seem to be quite thorny. What should I do. Thanks!

답변 (1개)

Saurabh Gupta
Saurabh Gupta 2017년 1월 31일
It looks like Graphics Smoothing or some other feature has been disabled after your driver update, which might be due to some incompatibility causing MATLAB OpenGL rendering to default to the software version. Run the following command in MATLAB
>> opengl info
to determine whether that is the case. If it shows "Software=true" and you are on Windows, you can execute the following command to try to change the OpenGL mode.
>> opengl hardware
However, if it doesn't resolve the issue, you may want to contact MathWorks Technical Support with details of your Graphics Card and driver, and the OpenGL information for specific troubleshooting of the issue.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by