Question: How can I extract data from odeplot

Hi,

Im using odeplot to plot the solution of a system of ordinary differential equations. I would like to extract the data to save them in a file. Ususally I use

a:=plot(...);

points := op([1, 1], a); writedata("file.dat", points, float)

But when a=:odeplot(); this is not working.
Can please somebody help me?

Thanks,

Javier.

Please Wait...