Why is cursor movement and scrolling slower in the MATLAB Editor on Linux in R2021b?
6 次查看(过去 30 天)
显示 更早的评论
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!