Interacting wih figures in 2025a

109 views (last 30 days)
Søren
Søren on 15 Sep 2025
Commented: Mario on 17 Oct 2025 at 18:12
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.
  3 Comments
dpb
dpb on 15 Sep 2025
Edited: dpb on 15 Sep 2025
The only info readily available is at the <System Reguirements for Graphics> which says
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
Mario on 17 Oct 2025 at 18:12
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.

Sign in to comment.

Answers (1)

Ray
Ray on 15 Sep 2025
Edited: Ray on 15 Sep 2025
Hi Søren,
You can switch the GPU for graphics rendering through the following steps:
  1. Open Windows Settings System Display Graphics Settings
  2. Select "Choose an app to set preference" "Classic App"
  3. Click "Browse" and navigate to: C:\Program Files\MATLAB\R2025a\bin\win64\matlabwindowhelper.exe (Path may differ on Win32 systems)
  4. Click "Options" and select "High performance" with your Nvidia GPU
  5. Save the settings
  5 Comments
dpb
dpb on 15 Sep 2025
"I suppose one might be expected to go look at system settings..."
Even if a user were to go do so, that they would think of
  • Select "Choose an app to set preference" "Classic App"
to manually set preferences for a "classic" brand-new release of MATLB would be, I suspect a real stretch fo come up with in isolation.
Ray
Ray on 18 Sep 2025
Thank you for the suggestions!
Regarding your question: This behavior can occur on machines with multiple GPUs (e.g., the Intel and the Nvidia GPUs here), where MATLAB R2025a may default to the integrated or lower-end GPU.
We’re aware of this and are preparing an External Bug Report so users can follow updates. We’re also working on a mitigation to guide users in selecting the GPU they want MATLAB to use for graphics.

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!