I have issues with : tout,yout=ODE.ode4((t,x)->functionName(t,x),t,x) it gives the error: BoundsError() in julia version 0.3.6 but works perfectly in julia version 0.3.0.
Can someone tell me how to fix this problem please? Thank you
I have issues with : tout,yout=ODE.ode4((t,x)->functionName(t,x),t,x) it gives the error: BoundsError() in julia version 0.3.6 but works perfectly in julia version 0.3.0.
Can someone tell me how to fix this problem please? Thank you