Why is cursor movement and scrolling slower in the MATLAB Editor on Linux in R2021b?
조회 수: 10 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2021년 10월 20일
편집: Walter Roberson
2021년 11월 4일
The MATLAB Editor in R2021b is less responsive for some Linux users. This can be seen with some basic operations like typing and scrolling, which can be noticeably slower than previous releases. How can I resolve this issue?
채택된 답변
MathWorks Support Team
2021년 10월 20일
Disabling hardware acceleration is observed to resolve the latency issue. Try opening MATLAB using the '-cefdisablegpu' flag as follows.
$ matlab -cefdisablegpu
댓글 수: 2
Walter Roberson
2021년 10월 29일
The MATLAB Editor for m files is slower for all users, because it is a different editor that is less optimized.
Mikhail
2021년 11월 4일
편집: Walter Roberson
2021년 11월 4일
It doesn't make any difference. Still Editor and Documentation are slow as hell.
See also this discussion: https://www.mathworks.com/matlabcentral/answers/429959-typing-in-the-live-editor-is-slow-on-linux
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!