Does SimBiology provide a PK model with an infusion turned on and off during simulation?
3 次查看(过去 30 天)
显示 更早的评论
I would like to simulate drug kinetics during and after drug infusion. How would you do it?
0 个评论
回答(1 个)
Sietse Braakman
2019-5-28
You can dose your model by adding a dose object (e.g. a Repeat Dose) to the species you want to dose. In the image below, the species is called 'Drug'.
More on this here: https://www.mathworks.com/help/simbio/ug/dose-object.html
Note that in this case the 'TargetName' property of you dose is the species 'Drug'.
If you want to simulate an infusion, you can set the 'Rate' property to the infusion rate you wish to achieve. The dose object will infuse the value you give for the 'Amount' property of the dose at the value you give for the 'Rate' property, where infusion time = amount/rate.
社区
更多回答在 SimBiology Community
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import Data 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!