SeeTLE:

Path: Orbit/Visualization

% View a set of satellite TLEs in Earth orbit, using TLEs from celestrak.
 Draws on an existing figure if one exists. Specify a unique color to view
 distinct groups.
--------------------------------------------------------------------------
   Form:
   SeeTLE( group, hours, color )
--------------------------------------------------------------------------
 
   ------ 
   Inputs 
   ------ 
   group        (:)     Name of TLE group. Several groups are provided on
                           www.celestrak.com.
   hours       (1,1)    Number of hours to propagate all TLEs.
   color  (1,3) or 'c'  RGB triple or character for color, default 'r'
 
   ------- 
   Outputs 
   ------- 
   None
  
--------------------------------------------------------------------------

Children:

AerospaceUtils: Coord/ECIToEF
Orbit: OrbitCoord/ConvertNORAD
Orbit: OrbitMechanics/PropagateTLECommonTime
Orbit: Visualization/SelectTLEGroup
Common: Graphics/Map
Common: Time/Date2JD
Common: Time/JD2T
Common: Time/LocalTimeToGMT

Back to the Orbit Module page