HALOFamily:

Path: Orbit/ThreeBody

% Compute and plot a family of stable HALO orbits in the given system
   
   Type HALOFamily for a demo.

   Since version 11.
--------------------------------------------------------------------------
   Form:
   ds = HALOFamily( Ax, Az, system, point );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   Ax      (1,n)   Amplitudes of oscillation in the x direction (AU)
   Az      (1,n)   Amplitudes of oscillation in the z direction (AU)
   system   (:)    String name of system: 'SEM' or 'EM'
   point   (1,1)   Which libration point: L1 (1) or L2 (2)

   -------
   Outputs
   -------
   ds       (.)    Data structure array with system constants and fields:
                     .point
                     .x0
                     .x0f
                     .tf
                     .x0Hist
                     .t
                     .xSTM
                     .x

--------------------------------------------------------------------------
 References:
   Online course notes, Prof. J.D. Mireles James, Rutgers University. 
   http://www.math.rutgers.edu/~jmireles/notes.html
--------------------------------------------------------------------------

Children:

Orbit: ThreeBody/HALOInit
Orbit: Visualization/HALOPlot

Back to the Orbit Module page