Simbiology parameter is not recognized by EventFcns
1 回表示 (過去 30 日間)
古いコメントを表示
Alvaro Martinez Guimera
2019 年 6 月 18 日
コメント済み: Alvaro Martinez Guimera
2019 年 6 月 18 日
I have developed a simple simbiology model where my parameters are scoped to the model. There is an Event within the model that gives the the following error:
The left-hand side of event function does not refer to a non-constant species, parameter, or compartment object.
Any ideas on what I might be doing wrong? I attach the .sbproj file in case it is of any use.
Many thanks
0 件のコメント
採用された回答
Florian Augustin
2019 年 6 月 18 日
Hi,
It looks like the event is changing the value of a parameter that is marked as constant. You can change the "Constant" property by double clicking on the parameter in the diagram. This opens up the Block Property Editor where you can uncheck "ConstantValue". Alternatively, you can open the Table Overview (Model pane -> Open -> Table Overview) and uncheck the "Contant" checkbox for this parameter.
Best,
-Florian
その他の回答 (0 件)
コミュニティ
その他の回答 SimBiology コミュニティ
参考
カテゴリ
Help Center および File Exchange で Extend Modeling Environment についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!