Path: Orbit/OrbitSim
% Propagate a Sun-Earth-Moon 4BP with origin at the Earth-Moon barycenter Since version 9. -------------------------------------------------------------------------- Form: [yvec, tvec] = Propagate4BP(y,t0,tF,stmcalc); -------------------------------------------------------------------------- ------ Inputs ------ y (6,1) current state vector [r;v] t0 (1) initial time tF (1) final time stmcalc (1) 1 if propagating the STM, 0 otherwise ------- Outputs ------- yvec (6,:) State vector tvec (:) Time vector --------------------------------------------------------------------------
Common: Database/Constant Math: Linear/Mag SC: Ephem/PlanetPositionEMBarycenter
Back to the Orbit Module page