Question: how to store numerical dsolve results with classical method

If i use dsolve for solve numerically a ODEs with classical methods, it seems that it isn't possible use the option range=a..b, so for every plot that i want graph using odeplot, i need to integrate the equation! Is there any way to store the results as dsolve do when is used the range option with rk45 method?

Please Wait...