How can I simulate a 1-compartment PK and Indirect Turnover PD Model within the Simbiology Graphical Interface?

3 views (last 30 days)
Hi, Do you have an graphical Simbiology example that would allow me to simulate a PK/PD Model in Simbiology model for a 1-compartment PK Model with a Indirect PD Turnover with the following equation: dR(t)/dt = kin*(Baseline-(Emax*C(t)^gamma)/(EC50^n+C(t)^gamma)) - kout*R(t) where kin=kout*R0, based on steady-state solution R'(t)=0=kin-kout*R(0) for C(0)=0.
This PD model is a slight modification from the current Matlab code: https://www.mathworks.com/matlabcentral/fileexchange/43521-preclinical-pkpd-modeling/content/MatlabShared_20140915/PD_turnover_stimOfProd_ode.m
I want to just do this using a graphical interface in Simbiology.
Thank you for your help.

Answers (2)

Arthur Goldsipe
Arthur Goldsipe on 6 Feb 2017
Edited: Arthur Goldsipe on 7 Feb 2017
Here are course materials that include a warfarin model.
Here are two other example PKPD models:
You might also find the following links helpful:

Andy
Andy on 7 Feb 2017
Edited: Andy on 7 Feb 2017
Thanks Arthur for the reply and the website links.
This was very helpful.

Categories

Find more on Extend Modeling Environment in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!