Path: Orbit/OrbitMechanics
% Computes the true anomaly from the mean anomaly. -------------------------------------------------------------------------- Form: nu = M2Nu( e, M, tol, nMax ) -------------------------------------------------------------------------- ------ Inputs ------ e (1,1) Eccentricity M (1,:) Mean anomaly (rad) tol (1,1) Tolerance nMax (1,1) Maximum number of iterations ------- Outputs ------- nu (1,:) True anomaly (rad) --------------------------------------------------------------------------
Orbit: OrbitMechanics/E2Nu Orbit: OrbitMechanics/M2E Orbit: OrbitMechanics/M2NuPb Common: Graphics/Plot2D
Back to the Orbit Module page