You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Unfortunately, SimBiology does not give you the rates of your reactions at all. However, in order to run, SimBiology does calculate the rates. rateout.m records all rates while you're simulating.
This little tool needs to be incorporated as two simple rules in your model (the first as initialAssignment, the second as rate).
temp = rateout(-1)
temp = rateout(time)
This way the model saves the rates for all reactions in each simulation step in a global variable. Calling rateout.m from your workspace sorts through the intermediates and assigns all rates in your workspace (next to t and x, which SimBiology puts there anyway).
Detailed instructions are in the file itself.
Cite As
Frank Sommerhage (2026). get reaction rates out of SimBiology (https://www.mathworks.com/matlabcentral/fileexchange/32961-get-reaction-rates-out-of-simbiology), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.4 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Communities
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
