AnalyzeVariableTimeDV:

Path: FormationFlying/Analysis

% Analyze delta-V maneuver sequences with time between burns
 Plot the behavior of the first and third delta-v in a 3-burn sequence as the
 number of half-orbits allowed between burns is varied.

   Since version 7.
--------------------------------------------------------------------------
   Usage:
   AnalyzeVariableTimeDV( dV1, dV2, dV3, M, N );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   dV1                   (P,P)   Square matrix first delta-v values     [kN]
   dV2                    (1)    Second delta-v                         [kN]
   dV3                   (P,P)   Square matrix third delta-v values     [kN]
   M                     (1,P)   Array of number of half-orbits between burn 1 and burn 2
   N                     (1,P)   Array of number of half-orbits between burn 1 and burn 3

   -------
   Outputs
   -------
   none
   
--------------------------------------------------------------------------

Children:

FormationFlying: Control/OptimalInPlaneDeltaV
FormationFlying: Coord/CirclePhase
FormationFlying: Transformation/DeltaElem2Hills
FormationFlying: Transformation/Goals2DeltaElem
FormationFlying: Transformation/Goals2Hills
FormationFlying: Transformation/Hills2DeltaElem
SC: BasicOrbit/OrbRate
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Trigonometry/WrapPhase

Back to the FormationFlying Module page