Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to get function handles from sybolic vector of variables for ode45?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to solve Xdot=f(X,U). X U are vectors. From symbolic algebra i had derived Xdot.I need to convert this into a suitable function handle for ode45. (dsolve didnt work)
0 comentarios
Respuestas (1)
Mischa Kim
el 20 de Oct. de 2016
Sandeep, use matlabFunction to convert the ODE from symbolic to numeric. You can then use ode45 to solve the differential equation.
2 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!