Question: extract numerical data from multiple plot

I am trying to extract numerical data from the following plot? > data := plot({H85, H95, H97, H99}, t = 0 .. 25) H99 for example is a function like this: H99 := (0.8375209380e-2*exp(0.9949999999e-1*t)+19.99162479)*exp(-0.9949999999e-1*t) Could someone please help me out... thanks
Please Wait...