Find kinetic constants from differential equations

조회 수: 7 (최근 30일)
Marina Batlló RIus
Marina Batlló RIus 2023년 3월 22일
댓글: Star Strider 2023년 3월 29일
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?

채택된 답변

Star Strider
Star Strider 2023년 3월 22일
  댓글 수: 4
Marina Batlló RIus
Marina Batlló RIus 2023년 3월 29일
Thank you so much!
Star Strider
Star Strider 2023년 3월 29일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Optimization Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by