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:

AC: ACData/ACTConstants
AerospaceUtils: ComponentModels/SaturnsRings
AerospaceUtils: Coord/R2LatLon
SC: Ephem/ECIToPlanet
SC: Ephem/EOfE
SC: Ephem/EarthNut
SC: Ephem/EarthPre
SC: Ephem/EarthRot
SC: Ephem/GMSTime
SC: Ephem/MSidDay
SC: Ephem/MoonRot
SC: Ephem/Moons
SC: Ephem/NutDelta
SC: Ephem/ObOfE
SC: Ephem/TruEarth
SC: SCData/sCTConstants
SC: SCMat/Saturn
Common: CommonData/Constants
Common: CommonData/SwooshWatermark
Common: CommonData/xSplashSmall
Common: ComponentModels/GeomPatch
Common: Database/Constant
Common: General/CellToMat
Common: General/CloseFigure
Common: General/DeBlankLT
Common: General/DeleteCell
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/Axis3D
Common: Graphics/Ellipsd
Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2000
Common: Time/JD2T
Common: Time/JDToMidnight
Common: Time/T2JD
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: MathUtils/R2P5
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the SC Module page