matlab versions2022a and 2022b doesn't run in same speed in windows10

4 次查看(过去 30 天)
matlab versions2022a and 2022b doesn't run in same speed in windows10. 2022b is working fine, but 2022a takes a minute to load a slx file.
what are possible solutions for both versions to work in same efficient speed?
hard disk capacity:- 500gb
current disk space:-
d drive- 89gb, cdrive- 40gb
  1 个评论
dpb
dpb 2023-5-9
Unless there's a patch for R0222a, it probably can't be fixed. They're two different releases; TMW makes code changes/improvements(hopefully, sometimes new features aren't quite as efficient as might be on first relelases or "stuff happens" and a function's performance may even go backwards) between releases. So, if they happened to have worked in a given area, there can be impacts in both directions on performance. You could search the version release notes to see if there's any mention of such an issue to get a clue that it might have been a known issue.

请先登录,再进行评论。

回答(1 个)

Andreas Goser
Andreas Goser 2023-5-9
Please clarify if you see a general slowdown or if this is specific to loading a Simulink model. An easy way is to run the
bench
command and compare. If it is specifc to loading Simulink models, please try loading the same model in both releases that ships as example with MATLAB. Example:
>> tic, f14, toc
Elapsed time is 13.077504 seconds.
>> tic, f14, toc
Elapsed time is 0.050414 seconds.
Run it twice and lets go from there. Maybe it is specifc to your model.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by