What is "Cache Software architecture objects simulink" during Simulink model update? and why does it take a long time?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ES
am 15 Mär. 2017
Beantwortet: Alisha Schor
am 20 Mär. 2017
Hi All, I am simulating a Simulink Model in MATLAB R2011B. The Compilation phase takes a long time. Upon doing sldiagnostics('sys', 'CompileStats'), I found that the total compilation time was 15s. Of this, about 8s were taken by an operation called "Cache Software architecture objects simulink". What does this operation do? And why does it take a long time?
0 Kommentare
Akzeptierte Antwort
Alisha Schor
am 20 Mär. 2017
The specific meaning of the "sldiagnostics" messages is meant for internal debugging, and in fact the specific context of the error can change depending on the model.
To improve the performance of your model, I suggest looking through Technical Note: Improving Simulation Performance in Simulink, or a related MATLAB Answers question: How can I speed up simulation of my Simulink model?
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!