OrbTrackECI3D:

Path: Orbit/Visualization

% Plot an orbit track in the ECI frame.
 The planet picture does not represent any particular time and is there
 just to show how the orbit relates to the planet.
 This can be a standalone figure or embedded in another figure.
 if orbital elements are entered it will plot one orbit.

 Has a built-in demo for an inclined Earth orbit.
--------------------------------------------------------------------------
   Form:
   OrbTrackECI3D( r, planet, hFig )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r                (3,:) ECI position vectors (km) or
                    (1,6) elements [a i w W e M]
   planet           (1,:) Any planet in the database
   hFig             (1,:) Figure handle

   -------
   Outputs
   -------
   none                  

--------------------------------------------------------------------------

Children:

Common: General/Watermark
Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Orbit: OrbitMechanics/RVOrbGen
SC: Visualization/PlotPlanet

Back to the Orbit Module page