sbioimportBerkeleyM​adonna

Imports ODE models in the BerkeleyMadonna(TM) format into a SimBiology(R) model
599 Downloads
Updated Thu, 25 Apr 2019 18:46:24 +0000

View License

This function enables you to import systems of ODEs described using BerkeleyMadonna syntax into SimBiology. Just pass in the file name of the BerkeleyMadonna model and get the SimBiology model object as output.
Some elements of BerkeleyMadonna are not supported, however:
(i) difference equations
(ii) higher-order equations
(iii) ODEs in STELLA notation
(iv) if/then constructs and logical operators among others
Please check the code to see a complete listing of unsupported elements.

Step functions in the BerkeleyMadonna model are converted into equivalent SimBiology constructs (doses or events).

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on QSP, PKPD, and Systems Biology in Help Center and MATLAB Answers
Communities
More Files in the  SimBiology Community

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

* Support for multi-line parameter and ODE definitions
* Converts ODEs into a reaction network
* Converts repeated assignments into initial assignments when possible
* Bug fixes
* A few other changes that you can read in the first comment block

1.0.0.1

Updated license

1.0.0.0