Find kinetic constants from differential equations

7 Ansichten (letzte 30 Tage)
Marina Batlló RIus
Marina Batlló RIus am 22 Mär. 2023
Kommentiert: Star Strider am 29 Mär. 2023
Hey! So a escription on my problem:
I have a compartimental model that contains 4 different elements that have a kinetic behaviour between thm. The differential equations of this model can be described as:
dydt(1) = k(1)*y(4)+k(2)*y(2)+k(3)*y(1)-(k(4)*y(1)+k(5)*y(1)+k(6)*y(1)+1/25.028)*y(1);
dydt(2) = k(2)*y(1)-(k(5)*y(2)+1/25.028)*y(2);
dydt(3) = k(3)*y(1)-(k(4)*y(3)+1/25.028)*y(3);
dydt(4) = k(1)*y(1)-(k(4)*y(4)+1/25.028)*y(4);
I have some experimental data that I want to use to predict th different k, but I have been struggeling with solving them with the ode45 function or similars. Could someone help me?

Akzeptierte Antwort

Star Strider
Star Strider am 22 Mär. 2023
  4 Kommentare
Marina Batlló RIus
Marina Batlló RIus am 29 Mär. 2023
Thank you so much!
Star Strider
Star Strider am 29 Mär. 2023
As always, my pleasure!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Optimization Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by