Slow scrolling in some menus with MATLAB R2018b and R2019a on Windows

2 views (last 30 days)
Hi,
In some MATLAB windows (figure property inspector, documentation center, comparison tool) I have lags especially for scrolling down the window or interacting with some elements. These lags make documentation center and property inspectior unusable because far too slow. The rest of MATLAB works perfectly well without any performance issue. I don't think this comes from my configuration which is :
  • i7-8750H
  • 16 Go RAM
  • 512 Go SSD
  • Radeon PRO WX 4150 graphic card.
I do not have any error message on an external window or in the MATLAB console.
Does anybody experience the same issue ?
Thank you by advance
  4 Comments
Benjamin CLAUDET
Benjamin CLAUDET on 30 Sep 2020
No solution for me soo far (on MATLAB 2018b and 2019b). I didn't find anything on the internet. I reinstall MATLAB and tried to change parameters and the problem remains. I can't use some matlab tools properly, so I have to use other tools. For example, to compare two files I use other tools like the one Notepad++ and for help, I use my internet browser.
Benjamin CLAUDET
Benjamin CLAUDET on 20 Apr 2021
Making more research and trials, I found that the following commands could help (for livescript, property inspector and documentation center not for comparison tool).
>>s = settings
>> s.matlab.web.LightweightBrowserDefaultType.PersonalValue = 'cef';
I hope this can help.

Sign in to comment.

Answers (1)

Benjamin CLAUDET
Benjamin CLAUDET on 16 Apr 2021
Something that works for me for the documentation center is to change the "Documentation location" in the preference menu. I chose "Web, on mathworks.com (Internet connection required)" instead of "Installed locally". It seems to solve the lag for the documentation center but not for the other menus (property inspector, comparison tool, live script). It is therfore a partial solution.

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!