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( el, planet )  % creates a new figure
   OrbTrackECI3D( r, planet, hFig )  % plot in figure
--------------------------------------------------------------------------

   ------
   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:

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

Back to the Orbit Module page