Automatic generation of SimBiology code from GUI
Ältere Kommentare anzeigen
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 Kommentare
Sietse Braakman
am 24 Jun. 2022
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
am 24 Jun. 2022
Akzeptierte Antwort
Weitere Antworten (0)
Communitys
Weitere Antworten in SimBiology Community
Kategorien
Mehr zu Perform Sensitivity Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!