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

3 ビュー (過去 30 日間)
Manjunath R
Manjunath R 2023 年 5 月 9 日
回答済み: Andreas Goser 2023 年 5 月 9 日
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 Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by