Simulink 'To Workspace' block inactivated when additional simulation parameters are provided

1 回表示 (過去 30 日間)
I have a Simulink model with a 'To Workspace' function block for trouble-shooting purposes.
If I type
sim('MyModel.slx')
data is loaded into the workpace.
If I type
sim('MyModel.slx', 'StartTime', '0')
no data is loaded. The default start time is also 0.
Is this a bug, a feature or a known limitation?

採用された回答

Jim Riggs
Jim Riggs 2018 年 5 月 25 日
編集済み: Jim Riggs 2018 年 5 月 25 日
I have noticed a similar issue using simstate. see the link.
This appears to be a feature.
If you look at the link, you will see that all you have to do is set parameter values using "set_param" before running with "sim".

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by