Regarding usage of ODE15S and FMINCON in parameter estimation

1 回表示 (過去 30 日間)
Ravi mutturi
Ravi mutturi 2012 年 8 月 31 日
I have a parameter estimation problem as follows:
dx1dt = f(k1,k2,k3, x1,x2,x3) dx2dt = f(k1,k3,k4, x2, x3) dx3dt = f(k1,k2,k5, x1,x2,x3)
all functions nonlinear. i am using ode15s (considering it to be stiff) and fmincon for finding k1, k2, k3, k4 & k5. I have only 9 data points. My query is that when i run the code each time i get different k's. I mean some time my feval is high indicating bad fit and sometimes it is low. why does this happen, why can't the solution be same always.

回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by