필터 지우기
필터 지우기

Creating figures in MATLAB makes display unstable

조회 수: 2 (최근 30일)
padl
padl 2022년 10월 13일
댓글: Star Strider 2022년 10월 21일
Hello,
My work laptop was changed to a Lenovo Thinkpad, where I have R2021b installed in Windows 10. Whenever I generate figures (especially in fullscreen or when more than one is created) the screen starts updating (flashing in black) and everything becomes somewhat unstable (imagine when you remove one of your screens in a multiple-screen setup and all windows are updated and shift places).
I gather this should be some issue with the graphics card, but when I run 'bench' everything seems ok (other than the laptop not meeting the stored benchmark for the same CPU). Is there anything I could do to solve this?
Thanks in advance!
edit: I have checked my drivers for any necessary updates, to no avail.

채택된 답변

Vinayak
Vinayak 2022년 10월 18일
Hi,
Issues pertaining to latency in rendering graphical objects are common and the recommended approach to help curb this would be to re analyze your graphical hardware for updates or select a custom rendered implementation for your system.
The Command,
info = rendererinfo(gca)
can help check your rendered implementation, moreover any error messages encountered would help give more details about your system graphics.
You could also refer to additional information that might be of help from our documentation page https://www.mathworks.com/help/matlab/creating_plots/resolving-low-level-graphics-issues.html
  댓글 수: 7
padl
padl 2022년 10월 21일
It's seems to be less prevalent, but the sudden refreshing behaviour is still there.
I don't know if it is relevant or not, but I'm using two external monitors (and the laptop screen is turned off).
Thanks for asking and helping, though!
Star Strider
Star Strider 2022년 10월 21일
NVidia has the GeForce Experience app that I recommend using for several reasons, one being that it will notify driver updates.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by