
How can I reduce the time taken for Simulation Data Inspector to load and plot signals?
    7 views (last 30 days)
  
       Show older comments
    
    MathWorks Support Team
    
 on 27 Jan 2021
  
    
    
    
    
    Edited: MathWorks Support Team
    
 on 5 Feb 2022
            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?  
Accepted Answer
  MathWorks Support Team
    
 on 22 Jul 2021
        
      Edited: MathWorks Support Team
    
 on 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:
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!