TSTOFlightProfile:

--------------------------------------------------------------------------
   Computes the TSTO flight profile.
--------------------------------------------------------------------------
   Form:
	  [m, h, p, v] = TSTOFlightProfile
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None.

   ------
   Outputs
   -------
   m	(1,:) Mach number
   h   (1,:) Altitude (m)
   p   (1,1) Standard atmosphere data
   v   (1,:) Velocity (m/s)

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

Children:

ACPro: ACThermal/AerodynamicHeatFlux
AeroUtils: AtmosphericCalculations/TemperatureStagnation
Common: Atmosphere/StdAtm
Common: Graphics/Plot2D