Simulink model crashing when including to workspace block

2 ビュー (過去 30 日間)
Josh
Josh 2019 年 12 月 4 日
回答済み: Fangjun Jiang 2019 年 12 月 5 日
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.

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2019 年 12 月 5 日
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.

カテゴリ

Help Center および File ExchangeEvent Functions についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by