GenerateTimeVector:
--------------------------------------------------------------------------
Generate a time vector evenly spaced over true anomaly
(for an eccentric orbit)
Since version 7.
--------------------------------------------------------------------------
Form:
[t,M,nu] = GenerateTimeVector(d,tF,nPts)
--------------------------------------------------------------------------
------
Inputs
------
d (:) Collision data structure
tF (1,1) Final propagated time
nPts (1,1) Number of discretization points per orbit
-------
Outputs
-------
t (1,n) Time vector
M (1,n) Mean anomaly vector
nu (1,n) True anomaly vector
--------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D
Math: Trigonometry/UnwrapPhase
OrbitMiniToolbox: Support/M2Nu
SC: BasicOrbit/M2NuAbs
SC: BasicOrbit/Nu2M
SC: BasicOrbit/OrbRate