PorkChopPlot:

Path: Interplanetary/Visualization

% Create the porkchop plot from the delta-V array and dates
--------------------------------------------------------------------------
   Form:
   PorkChopPlot( dV, jDDep, jDArr, titleStr )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   dV          (nDate,nTOF)  Delta V required (km/s)  
   jDDep       (nDate,nTOF)  Departure dates 
   jDArr       (nDate,nTOF)  Arrival dates 

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

Children:

Interplanetary: Mechanics/PorkChopTOF
Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Time/Date2JD
Common: Time/JD2Date

Back to the Interplanetary Module page