Path: LunarMissions/Visualization
% Plot an orbit track in the Earth/Moon System.
The plots are in the ECI frame. Has a built-in demo for an orbit with an
apogee of 400,000 km, a perigee of 7000 km, and a duration of 5 days.
--------------------------------------------------------------------------
Forms:
EarthMoon( r, jD, scale, rMoon )
EarthMoon( elements, jD, scale, rMoon )
--------------------------------------------------------------------------
------
Inputs
------
r (3,:) ECI position vectors (km) -or-
(1,6) elements
jD (:) Julian dates
scale (1,2) Planet scale (optional, default is [1 1])
rMoon (3,:) Moon position
-------
Outputs
-------
none
See also MoonV1, MoonEl.
--------------------------------------------------------------------------
Orbit: OrbitCoord/RPRA2AE SC: BasicOrbit/RVFromKepler SC: Ephem/MoonEl SC: Ephem/MoonV1 Common: Graphics/Axis3D Common: Graphics/Map Common: Graphics/NewFig Common: Graphics/TimeLabl Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/JD2000
Back to the LunarMissions Module page