Community Profile

photo

Jeason


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


not enough input arguments??
function dxdt = msd_ode(time,state, k, c) x = state(1);<----- error vx = state(2); dxdt(1) = vx; dxdt(2) = -k*x-c*vx; dxd...

11 years ago | 0 answers | 0

0

answers