Why is cursor movement and scrolling slower in the MATLAB Editor on Linux in R2021b?
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 20 de Oct. de 2021
Editada: Walter Roberson
el 4 de Nov. de 2021
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?
Respuesta aceptada
MathWorks Support Team
el 20 de Oct. de 2021
Disabling hardware acceleration is observed to resolve the latency issue. Try opening MATLAB using the '-cefdisablegpu' flag as follows.
$ matlab -cefdisablegpu
2 comentarios
Walter Roberson
el 29 de Oct. de 2021
The MATLAB Editor for m files is slower for all users, because it is a different editor that is less optimized.
Mikhail
el 4 de Nov. de 2021
Editada: Walter Roberson
el 4 de Nov. de 2021
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
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!