Simulink model crashing when including to workspace block
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a simulink model which stops running when I have a to workspace block. The to workspace block is set to a timeseries that outputs at the final time step. When I run the model with the to workspace block commented out it runs with no problem, however including the to workspace block causes the model to stall at some intermediate time step.
0 Kommentare
Antworten (1)
Fangjun Jiang
am 5 Dez. 2019
The "To Workspace" block saves variables to the workspace which needs memory to store the variables. It sounds like that you might run out of memory. Try to run your simulation for a shorter period of time first and then run "memory" in Command window to check the memory.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sources 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!