Frank Sommerhage in MATLAB Answers
上次活动时间: 2019-4-11

Hi all, I would like to see the calculated rates between species for each time step. Simbiology doesn't seem to have a function/option to do that (Please correct me if I'm wrong!). How can I get to my rates anyway? Thanks, Frank
Colin Cess in MATLAB Answers
上次活动时间: 2017-9-17

I've got a pretty complicated differential equation to describe absorption from a dosing site to the central compartment, part of which contains the term e^(-ka*Time). I've tried using it in the reaction rate itself (as exp(-ka*Time)) and as a rate rule, but I've been getting errors, either that SimBiology can't perform dimensional analysis due to the exp(), or that it can't evaluate the reaction rate at t=0.0000. Is there a way I can get SimBiology to use this term in my reaction rate?