HelioPlot:

Path: SC/Visualization

% Plot planets and a trajectory in the heliocentric frame.
 It uses PlanetPosJPL for the planetary ephemerides. Can handle
 any number of spacecraft [r1;r2;r3...]
--------------------------------------------------------------------------
   Form:
   HelioPlot( p, duration, jD0, r, rName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   p             (1,:)   Planets 1-9
   duration      (1,1)   Duration of the study (years)
   jD0           (1,1)   Julian date to start computation or date array
   r             (3*m,:) Spacecraft trajectory [r1;r2;r3...] (km)
   rName         {m}     Names of r

   -------
   Outputs
   -------
   None.

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

Children:

Common: Database/Constant
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
SC: Ephem/PlanetPosJPL

Back to the SC Module page