필터 지우기
필터 지우기

Minimization of two simultaneous ODES with shared parameters

조회 수: 3 (최근 30일)
Matterazzi
Matterazzi 2023년 1월 7일
편집: Matterazzi 2023년 1월 12일
Hi;
I have a system of two odes having shared k parameters. I want to integrate them using ode23 or similar and optimizing the k values by fitting to experimental data for c. I am lacking experimental data for L since it not assessible for measurement. I am not sure how execute this and any help is very appreciated.
% Two simulat. eqns describing system to be solved.
dcdt = -dcdz/tau + (RHOcat/EPS)*(-k(1)*.c + k(2)*.L);
dLdt = k(1)*.c - k(2)*.L - k(3)*.L;
% Minization of experimental data to model
[k,Rsdnrm,Rsd,ExFlg,OptmInfo,Lmda,Jmat]=lsqcurvefit(@kinetics,k0,t,c)

채택된 답변

Torsten
Torsten 2023년 1월 8일
  댓글 수: 2
Matterazzi
Matterazzi 2023년 1월 12일
편집: Matterazzi 2023년 1월 12일
@Torsten and @Star Strider; thank you for commendable work that you are doing.

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

추가 답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 1월 8일
If you all other parameter values, then you can write a fcn handle or function file of the two ODEs. Then find the system solution symbolically.

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by