필터 지우기
필터 지우기

Fit differential equation to a curve

조회 수: 2 (최근 30일)
Titas Deb
Titas Deb 2019년 8월 19일
답변: Alex Sha 2019년 8월 26일
Hi,
I have an equation dc/dt = 6k1 - k1c - k2c^2
I need to find the values of k1 and k2 from the plot data:
t = [5 10 20 30 45 60 90 120];
c = [4.83 3.87 2.54 2.08 1.82 1.8 1.76 1.74];
How do I go about this?
Thanks for your help.

답변 (2개)

Torsten
Torsten 2019년 8월 19일
Our standard reference:
https://de.mathworks.com/matlabcentral/answers/43439-monod-kinetics-and-curve-fitting

Alex Sha
Alex Sha 2019년 8월 26일
Here the answers:
k1 0.0094812101885331
k2 0tu42.jpg.0140787217305701

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by