AtmTemp:

Path: AerospaceUtils/AtmosphericCalculations

% Computes the atmospheric temperature using a simplified model.

 Type AtmTemp for demo.

 Since version 1.
--------------------------------------------------------------------------
   Form:
   tOut = AtmTemp( h )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h          (1,:) Altitude (km)

   -------
   Outputs
   -------
   tOut       (1,:) Atmospheric Temperature (°K)

--------------------------------------------------------------------------
   References:   Wertz, J.R., Spacecraft Attitude Determination and Control,
                 Kluwer, 1976, p. 820.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the AerospaceUtils Module page