graphical issues with looking at variables
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
When I open a variable within matlab to look at it, matrices in particular, if I scroll up or down or left or right, but only with SOME and not others, the screen will get horrible tearing and basically become a mess of blended gibberish. But only within the box where it is displaying the variable, everything else is fine. And when I click away to another tab and then come back to it, it resets itself and looks normal again, until I scroll and it all blends together again.
Does this have something to do with my hardware/OS? I'm currently running Debian.
댓글 수: 3
Walter Roberson
2016년 11월 30일
Which MATLAB version, and which Debian? And which graphics driver are you using?
I see something similar with the installers of old versions of MATLAB when I go to install on OS-X (El Capitan), but that might not have anything to do with what you are observing.
Aaron Anderson
2016년 11월 30일
편집: Aaron Anderson
2016년 11월 30일
Sanjana Ramakrishnan
2016년 12월 13일
The following workarounds might help resolve the issue:
1. The issue might be due to incompatibility with the graphics library 'libstdc++.so.6' shipped with MATLAB. To workaround this issue, you can rename the library 'libstdc++.so.6' shipped with MATLAB, so that the newer version of the library 'libstdc++.so.6' provided by the operating system is used instead.
Refer the detail steps of the workaround mentioned in the below external bug report: https://www.mathworks.com/support/bugreports/1297894
2.Try upgrading the graphics drivers to the below latest version provided by Intel:
https://01.org/linuxgraphics/downloads/intel-graphics-update-tool-linux-os-v2.0.3
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!