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:

Orbit: OrbitCoord/SLR
Orbit: OrbitMechanics/RVOrbGen
SC: BasicOrbit/CP2I
SC: BasicOrbit/E2M
SC: BasicOrbit/E2Nu
SC: BasicOrbit/M2E
SC: BasicOrbit/M2EApp
SC: BasicOrbit/M2EEl
SC: BasicOrbit/M2EHy
SC: BasicOrbit/Nu2E
SC: BasicOrbit/Nu2M
SC: SCMat/EarthMR
SC: Visualization/PlotPlanet
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/Axis3D
Common: Graphics/Ellipsd
Common: Graphics/Map
Common: Graphics/Mesh2
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TimeLabl
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/DupVect

Back to the Orbit Module page