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

3 visualizaciones (últimos 30 días)
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 comentario
dpb
dpb el 9 de Mayo de 2023
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.

Iniciar sesión para comentar.

Respuestas (1)

Andreas Goser
Andreas Goser el 9 de Mayo de 2023
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.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by