How to assign a rate constant that will change through time into SimBiology model?

3 visualizaciones (últimos 30 días)
I have a set of drug releaseing data, and I would like to apply its drug release kinetic into my model. The data and the regression equation is attached below. The equation used for the data set is a exponential plateau formula defined as y = ym-(ym-yo)*exp(-k*x). y is drug release percentage, ym,yo and k are constant and x reprecents time. How could I assign this durg release kinetic into my simbiology model? The derivative of this drug releaseing profile is the rate. However, the rate change through time, and the simbiology don't allow me to use time into my equation. Is there any way I could solve this kind of problem? Thank you.

Respuesta aceptada

Sietse Braakman
Sietse Braakman el 12 de En. de 2021
Hi Jesse,
You can do this using a repeated assignment and the reserved keyword 'time'. E.g.:
  • Add a species 'drug_release' to your model
  • Add the necessary parameters ym, yo, k to your model
  • Add a repeated assignment to your model where the rule reads: 'drug_release = ym-(ym-yo)*exp(-k*time)'
Make sure your time units are consistent between the 'time' in your repeated assignment and the rest of your model.
Let me know if that works for you.
Best,
Sietse
  1 comentario
Jesse Chao
Jesse Chao el 18 de En. de 2021
Hello Sietse,
Thank you very much for your very detail suggestions. I have successfully applied the equation into my model by following your steps. I am very appreciated your help. Thank you.
Have a nice day.
Best,
Jesse

Iniciar sesión para comentar.

Más respuestas (0)

Comunidades de usuarios

Más respuestas en  SimBiology Community

Categorías

Más información sobre Scan Parameter Ranges en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by