- Try Using Accelerator mode in Simulink. Also try to run model from MATLAB Script. like, sim('MyModel') % it will run your simulink model from script.
- I would perform a quick sanity check before I feed data into the model, Because sometime solver doesn't like zeros and negative number's.
How can I reduce the compiling time taken in a matlab simulink model?
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone,
I have a problem with my Simulink model. When I try to run the simulation, the compiling process takes a very long time (about 10 minutes!), then the simulation runs normally. This problem started when I introduced a "Distributed Parameter Line" block in my model.
Is there a way to fix this problem? I have a model version 1.76 R2016b.
Thanks for the attention. Federico
0 Kommentare
Antworten (1)
Easwar Kumar Yarrabikki
am 25 Jan. 2017
3 Kommentare
Matthias Liermann
am 11 Jun. 2021
I have the same problem at the moment. What did you do to solve it?
Bowen Zhang
am 8 Jul. 2021
I have same problem about this, when I introduced "Distributed Parameter Line", it always took me more than 1 hour to compile
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!