Path: Orbit/OrbitControl
% Updates orbital elements based on an impulsive delta-V Since version 1. -------------------------------------------------------------------------- Form: el = DoDeltaV( el, dV, mu ) -------------------------------------------------------------------------- ------ Inputs ------ el (1,6) Keplerian Elements [a,i,W,w,e,M] (angles in rad) dV (3,1) Vector delta-V mu Gravitational constant ------- Outputs ------- el (1,6) Keplerian Elements [a,i,W,w,e,M] (angles in rad) --------------------------------------------------------------------------
SC: BasicOrbit/El2RV SC: BasicOrbit/RV2El
Back to the Orbit Module page