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

조회 수: 4 (최근 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 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