Parameter Estimates for Ordinary Differential Equation
显示 更早的评论
I am seeking very simply to estimate the paramter c1 in the following ordinary differential equation:
dT/dt = c1*T*( 1 if t > 0, 0 if t = 0) - 0.33*T
by fitting this equation to the following set of data through minimizing differences between numerical output and data values:
t=[0, 2, 7, 12]
T=[18.8479, 18.2949, 68.2027, 32.5346]
Thank you for any help.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Optimization Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!