Thanks for your answers! I've done exactly as you've suggested. I have tspan=[0:1:10000] and here is a sample of what I read for the time output where the time crosses from 0 to 1 seconds. It appears that the integrator doesnt evaluate exactly at 1 or 2 or 3 or 4 but really close to it. This is valuable to me because i want to plot just the 1 second interval solutions using a loop and its hard for my program to sort through the times if they don't land directly on the second. Any suggestions?
0.9960
0.9988
0.9993
0.9999
0.9999
1.0011
1.0017
1.0045
1.0051
1.0057
1.0057
1.0069
1.0074
1.0104
1.0109