You are on page 1of 1

function sdot = ode_nightmire(t,s)

sdot = [s(2);
8-7*s(2)-5*s(1)];

end

Error using ode_nightmire (line 3)


Not enough input arguments.

Published with MATLAB® R2015a

You might also like