Automatic generation of SimBiology code from GUI

1 回表示 (過去 30 日間)
Abed Alnaif
Abed Alnaif 2022 年 6 月 24 日
回答済み: Arthur Goldsipe 2022 年 6 月 27 日
Hello,
I have a structural model in the SimBiology GUI for which I'd like to use as a template to automate model development. I plan to do this by writing code that will build the model automatically, using functions such as addparameter, addreaction, etc. To help me do this, I was wondering whether there's a way to automatically generate this code, given that I already have a template model in the GUI?
Thank you,
Abed
  2 件のコメント
Sietse Braakman
Sietse Braakman 2022 年 6 月 24 日
Hi Abed,
Some of this functionality was added to 2022a, see the release notes. The model builder app is now able to generate code. However, this does require you to build the model from scratch while capturing the code.
Alternatively, you could write code that traverses your model object (i.e. go through every compartment, look at its children species/compartments etc, add all reactions and parameters) and creates each of those objects as code.
Best,
Sietse
Abed Alnaif
Abed Alnaif 2022 年 6 月 24 日
Thank you Sietse! This is good to know. I didn't know about this new feature. But, unfortunately, it won't work for me since the model is already built.

サインインしてコメントする。

採用された回答

Arthur Goldsipe
Arthur Goldsipe 2022 年 6 月 27 日
There is not currently any shipping functionality to do this. However, this is something we've been thinking about for a future release. I even have a working prototype that I'm trying to get feedback on. I'll reach out via email to see if that could help you.

その他の回答 (0 件)

コミュニティ

その他の回答  SimBiology コミュニティ

カテゴリ

Help Center および File ExchangeScan Parameter Ranges についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by