Changing StartTime of Protected Model
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I'm trying to edit the simulation start time (for the solver) of a protected model. I tried setting the value of the start time as a tunable variable but that didn't work.
Can I actually edit the start time after I creat the protected model? if yes, how?
Thanks
0 件のコメント
採用された回答
Sambit Senapati
2018 年 9 月 3 日
編集済み: Sambit Senapati
2018 年 9 月 3 日
The Simulink software stores the protected model as a compiled MEX binary. Hence it is not possible to change any solver configuration once you generate a protected model. This is by design and an expected behavior of protected models.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!