Question: Extracting values from odeplot

Hi,

Assume having to solve an ode with dsolve and plotting with odeplot. Further, markings at specific parameter values of the solution should be plotted, i.e. if p is the solution of the ode, the points p(t1), p(t2), ... should be plotted. Since the ode is complicated and computation takes a lot of time, is there a way to extract the values p(t1), ... from the odeplot result directly without invoking calls like subs(p(0.5),b(s)) again?

Please Wait...