Creating figures in MATLAB makes display unstable
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
padl
am 13 Okt. 2022
Kommentiert: Star Strider
am 21 Okt. 2022
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.
0 Kommentare
Akzeptierte Antwort
Vinayak
am 18 Okt. 2022
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 Kommentare
Star Strider
am 21 Okt. 2022
NVidia has the GeForce Experience app that I recommend using for several reasons, one being that it will notify driver updates.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!