How to solve two-order differential equation using ode23

4 visualizaciones (últimos 30 días)
zhang
zhang el 19 de Mzo. de 2014
Respondida: zhang el 28 de Mzo. de 2014
like this equation.this equation is a complex matrix,some of my codes is :
function dydt=mytest1(t,x)
exp1=inv(M)*f;
dydt=[x(4);x(5);x(6);exp1];
I use the ode23 function to sover it.,but I get this error:
Error using odearguments (line 111)
Inputs must be floats, namely single or double.
Error in ode23 (line 113)
[neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...

Respuesta aceptada

zhang
zhang el 28 de Mzo. de 2014
I know how to sove it ,however thanks

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by