i cant get past this ode45 because of this
>> initial = [0.2,0.3];
>> timespan
timespan =
0 20
>> initial
initial =
0.2000 0.3000
>> [x1 x2] = ode45(@(x11,x22)x1diff(time,x11,x22),timespan,initial);
Error using odearguments (line 113)
Inputs must be floats, namely single or double.
Error in ode45 (line 115)
odearguments(FcnHandlesUsed, solver_name, ode, tspan, y0, options, varargin);
please help

댓글 수: 2

madhan ravi
madhan ravi 2019년 2월 9일
upload your equations in latex form
agrim agarwal
agrim agarwal 2019년 2월 10일
편집: agrim agarwal 2019년 2월 10일
gud now?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2019년 2월 9일

편집:

2019년 2월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by