
How can I reduce the time taken for Simulation Data Inspector to load and plot signals?
7 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2021-1-27
编辑: MathWorks Support Team
2022-2-5
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?
采纳的回答
MathWorks Support Team
2021-7-22
编辑:MathWorks Support Team
2022-2-5
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:
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!