Parameter Identification using Least Square Method Optimization

Hi,
I trying to identify the parameters (di) of a function D(t) = d1*exp(-t) + d2*exp(-t)..di*exp(t) from discrete values D(t_n).
Thus, for n values of t, I have n experimental values of D(t_n).
I want to find the (di) parameters of D(t) by minimizing
F = D(t)-D(t_n), along the n values of t.
F will then be a vector where each component have i unknowns.
I have tried using lsqnonlin function but it doesn't work...
Since D(t) is symbolic, F is symbolic too.
Thanks!

1 个评论

Are you sure you have written your function right? The first two terms add up to (d1+d2)*exp(-t), which is effectively one parameter.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Nonlinear Optimization 的更多信息

提问:

2011-5-19

Community Treasure Hunt

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

Start Hunting!

Translated by