Why do scripts and functions that ran in 2024b get hung up in 2025a?
Show older comments
Programs not working in 2025a that worked in 2024b.
srdemo()
14 Comments
Walter Roberson
on 3 Jun 2025
It is working for me when I test on R2025a for Intel Mac.
Both files appear to run to completion in R2025a from my desktop and within MATLAB answers. Do they hand indefinitely for you? Are you doing anything different than calling these two lines from the command line?
srdemo()
ORBPosition
version
William Blanch
on 4 Jun 2025
William Blanch
on 4 Jun 2025
Benjamin Kraus
on 4 Jun 2025
@William Blanch: Can you get any graphics working? Have you tried something simple like plot(1:10) or surf(peaks)?
William Blanch
on 4 Jun 2025
Walter Roberson
on 4 Jun 2025
I would suggest re-installing MATLAB.
Unless, that is, you happen to be running Linux, in which case it would not astonish me at all if you are running into a conflict with libC.so.6
Benjamin Kraus
on 4 Jun 2025
@William Blanch: I'd reach-out to technical support. The requirements for R2025a are different from R2024b, but I don't think it is as simple as "a better graphics card".
As a sanity check, before you call technical support, try starting a fresh MATLAB instance, then run this code
restoredefaultpath
rehash toolboxcache
plot(1:10)
- If that fixes things, you may have an issue with an invalid path that is being preserved from an older MATLAB release. For more details, read my answer to this topic.
- If that doesn't fix things, then contact technical support.
William Blanch
on 4 Jun 2025
Edited: Walter Roberson
on 11 Jun 2025
William Blanch
on 5 Jun 2025
Mike Susedik
on 11 Jun 2025
I'm finding a lot of differences between 2024b and 2025a. Import is different, code execution, configuration, etc. I'm regressing back to 2024b. Good luck!
Benjamin Kraus
on 18 Jun 2025
@William Blanch: If those instructions did not work, then my recommendation is to reach-out to technical support for further assistance.
@Mike Susedik: I'm sorry to hear that you are disappointed with MATLAB R2025a. Please reach-out to MathWorks (either via technical support or via MATLAB Answers) with specific issues you are encountering and we will do our best to keep improving things.
Giuseppe Altieri
on 6 Aug 2025
I agree too. I reverted to version 2024b. Too many bugs left. Version 2025a wasn't ready for release.
Ken Garrard
on 15 Aug 2025
Startup is very slow. It isn't helpful to display the UI and the command window without a prompt or with one that doesn't accept input. Response to user input is anonyingly slow as well. Using up-arrow to repeat a command is fast but I see "Busy" on the lower left for every input except using up-arrow to repeat the previous command. Even dir is slow.
I don't see any reason to use 2025a. Even opening the editor is slow. Running an demo script using fft() to calculate and plot the transfer function of a few convolved sinusoids is more than 3x slower than 2024b. Most of the slowdown appears to be related to plotting the results. If I calculate the convolution without plotting the result performance is better, but still about 1.5x longer than with 2024a.
Answers (0)
Categories
Find more on Startup and Shutdown 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!

