Community Profile

photo

aysan dinçel


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


ODE45 function must return a column vector and [neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...
function dp = product(t,XRSNSFP) %trange = [0 1000]; XRinitial = 500; % %[XRSNSFP,t]=ode45(@product,trange,XRinitial);% ...

8 years ago | 1 answer | 0

1

answer

Question


Error using ode45 (line 87) Not enough input arguments. See ODE45.
function molarflow %[V,F] = solver(ode45,'q2', [0,1], [0.15;0.85;0;0;0]); Fa = f(1); Fo = f(2); Fn = f(3);...

9 years ago | 1 answer | 0

1

answer