Regarding usage of ODE15S and FMINCON in parameter estimation
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!