im trying to plot the stepsize for ODE45 and ODE15s against x but I have no clue how to find the values for each step size. any ideas?
Asked
Active
Viewed 29 times
0
-
1You have the time vector, just `diff` it – Nicky Mattsson Oct 12 '18 at 17:39
-
Thank you that worked perfectly, exactly what needed. – Nima Ghoroubi Oct 12 '18 at 21:08