How can I reduce the time taken for Simulation Data Inspector to load and plot signals?

11 Ansichten (letzte 30 Tage)
How can I reduce the time taken for Simulation Data Inspector (SDI) to load and plot signals? For example, when applying a saved view file to simulation results, or when loading a saved SDI session?  

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 22 Jul. 2021
Bearbeitet: MathWorks Support Team am 5 Feb. 2022
To improve SDI saving/loading performance, one recommendation would be to increase the 'Memory limit' in your SDI preferences:
For loading views, another suggestion would be to load the view before opening the SDI UI, i.e:
>> Simulink.sdi.close();\n>> Simulink.sdi.loadView('yourFile.mldatx');\n>> Simulink.sdi.view();
This should be significantly faster than loading the view with the SDI UI open. 
Alternatively, you can turn the AutoArchiveMode for SDI off:
Refer to the following page for more information. Also, take a look at the 'Control Data Retention' section on the same page:

Weitere Antworten (0)

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by