OrbitDisplayPlugIn:

Path: SC/GUIPlugIn

% Create an orbit display. 
 To initialize type:

   x = OrbitDisplayPlugIn;

 Select the type of plot and then type

   OrbitDisplayPlugIn( 'draw', get( h, 'tag' ), r, jD, planet );

 where r is a cell array of orbit runs, each (3,:), and jD is a (1,:).
 If planet is omitted the Earth will be used.

--------------------------------------------------------------------------
   Form:
   x = OrbitDisplayPlugIn( action, modifier, hFig, position, planet )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action      (1,:)  Action 'initialize', 'update'
   modifer     (1,:)  Modifier to the action
   hFig        (1,1)  Handle to the figure or if 'draw' is r (cell array)
   position    (1,4)  [left bottom width height] or if 'draw' is jD
   planet      (1,:)  Planet name (optional).
   
   -------
   Outputs
   -------
   x           (1,1)  Output. On 'initialize' this is the tag     

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

Children:

AerospaceUtils: ComponentModels/SaturnsRings
AerospaceUtils: Coord/R2LatLon
Common: Database/Constant
Common: General/CloseFigure
Common: Graphics/Axis3D
Common: Graphics/Map
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/JD2000
SC: Ephem/ECIToPlanet

Back to the SC Module page