Path: Orbit/OrbitCoord
% Converts semi-major axis, eccentricy and r to true anomaly. r and a must be in the same units. This only works for elliptical orbits. Type AERToNu for a demo. -------------------------------------------------------------------------- Form: nu = AERToNu( a, e, r ) -------------------------------------------------------------------------- ------ Inputs ------ a (1,1) Semi-major axis e (1,1) Eccentricity r (1,:) Position ------- Outputs ------- nu (1,:) True anomaly (rad) --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Orbit Module page