Nonlinear Data Fitting for ODE
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I have an ODE: dx(t,u)/dt = -k*x + beta*u^n/(a^n+u^n) with u being a step function and x(0,0)=0
where t and u are independent variables; k, beta, n and a are the parameters I am going to tune.
I have data for (t,u,x), and I want to find the parameter values that can minimize the error. I have been looking for information on this, but the dx/dt term seems unusual in data fitting. The cases I found all have an explicit function of x and then data fitting was carried out. Could anybody shed some light here?
Thanks!
2 comentarios
Walter Roberson
el 21 de Jun. de 2011
Please write it out in full functional form. For example is it x(t) or is it x(t,u) ?
Walter Roberson
el 21 de Jun. de 2011
Note: Maple says that
diff(x(t, u), t) = -k*x(t, u)+beta*u^n/(a^n+u^n)
is not enough information to go on for a solution... it needs at least one more criteria.
(When I try x(0,0)=0 it says there is no solution.)
Respuestas (1)
Rajiv Singh
el 22 de Jun. de 2011
See ODE parameter estimation functionality (aka nonlinear grey box modeling) of System Identification Toolbox. Some links:
see: "Tutorials on Nonlinear Grey Box Model Identification"
HTH.
0 comentarios
Ver también
Categorías
Más información sobre Get Started with System Identification Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!