HALOPlot:

Path: Orbit/Visualization

% Generate a plot of a HALO trajectory
 Type HALOPlot for a demo which loads SEML2OrbitData.mat
--------------------------------------------------------------------------
   Form:
   f = HALOPlot( d, type, f, plots )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d       (.)     Data structure output from HALOInit
   type    (:)     Type of plot: 
                       'time' = time history 
                       'traj' = spatial trajectory(s)
   f       (1,1)   Handle to figure to add plot(s) to. Optional.
   plots   {:}     Cell array, one or more frames to plot (traj type only)
                     Options are: xy, yz, xz, xyz

   -------
   Outputs
   -------
   f       (1,1)   Handle to figure.

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

Children:

Orbit: OrbitData/SEML2OrbitData
Common: Graphics/Circle
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/TimeLabl

Back to the Orbit Module page