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
Andrew Newell
2011년 5월 19일
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!