Interacting wih figures in 2025a
Afficher commentaires plus anciens
Hello!
After updating to MATLAB 2025a, I've noticed a significant decrease in performance when interacting with figures. Specifically, zooming, panning, and other figure manipulations are very slow and occasionally cause the program to freeze.
I often work with complex plots that include multiple tabs and numerous subplots, which means a large amount of data is being displayed. While I acknowledge this is a data-intensive use case, performance in previous MATLAB versions was much smoother.

I'm wondering if anyone else has experienced similar issues since the 2025a update?
It appears that my integrated UHD graphics is being used as the renderer device, despite my laptop having a dedicated NVIDIA GeForce GPU. Are there any settings I can adjust to force MATLAB to use my dedicated GPU for rendering to improve performance?

Any insights or potential solutions would be greatly appreciated! Thank you.
5 commentaires
Torsten
le 15 Sep 2025
Contact MATLAB Technical Support:
Systems that meet these specifications provide the best quality graphics and performance:
- At least 2 GB of GPU memory
- Graphics hardware that supports WebGL™ 2.0
- The latest versions of graphics drivers available from your computer manufacturer or graphics hardware vendor
You can investigate if your NVIDIA hardware meets the above and then see about any more recent drivers and see if that will resolve the issue.
There have been many instances noted that performance isn't as good with new release, so not necessarily an unexpected event; if the above doesn't resolve the issue for you, then submit this to Mathworks as an official support request/bug at <Product Support Page>; Mathworks needs to hear about such issues in order to be able to resolve them if the problem is on their side.
Particularly, if you can create a minimum working example to submit and provide a sequence of operations that cause issues, that would be invaluable debugging information for them.
Just out of curiosity and for completeness, what did rendererinfo report with prior MATLAB release you were running? Fortunately, mutiple MATLAB versions will coexist and so you can keep R2025a installed and use the prior release for production until issues can be resolved.
Mario
le 17 Oct 2025
I am experiencing exactly your same issues with 2025a&b. Not only that, a function that takes 2.3" in ver 2024b takes more than 5min in 2025a&b. Tech Support claims to not have experience anything like that.
Andres
le 21 Nov 2025
I can confirm this observation, especially in a one-to-one comparison between R2024b and R2025b on the same computer. Opening a larger .fig file (~30MB) takes 10 seconds compared to 2 seconds in R2024b, and programmatic zooming (xlim...) takes about 5 seconds for this diagram, while it happens in an instant in R2024b.
Unfortunately, R2025b is unusable for me with this workflow, and the suggested change to the graphics settings below had no effect for me.
Does anyone have experience with a one-to-one comparison between R2025b and R2025b Update 1?
Robert
le 6 Mar 2026
I have similar problems after upgrading from 2022b. I see that in 2025b the matlabwindowhelper.exe sub-processes are handling the figure interactions whereas in 2022b the main MATLAB.exe process seems to handle everything (based on how CPU and Memory usage are attributed). I have a large data structure attached to the figure's UserData that gets frequently updated with the interactive callbacks - perhaps this is not handled as efficiently with the newer child-process structure?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Graphics Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!