ConstellationMaxDistance:

Path: Link/LinkUtilities

% Compute maximum distances between satellites in a constellation.
 Computes only interplanar distances.
--------------------------------------------------------------------------
   Form:
   maxDist = ConstellationMaxDistance( el, pl, m, nP )
--------------------------------------------------------------------------
   -----
   Input
   -----
   el      (6,:)   Kepler elements
   pl      (1,:)   Plane id
   m       (1,1)   Number of time steps 
   nP      (1,1)   Number of periods to analyze

   ------
   Output
   ------
   maxDist	(1,:)   Maximum distance.

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

Children:

Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Math: Linear/Mag
Orbit: Constellations/WalkerConstellation
Orbit: OrbitMechanics/RVOrbGen
SC: BasicOrbit/Period

Back to the Link Module page