Path: AerospaceUtils/AtmosphericCalculations
% Computes the atmospheric temperature using a simplified model.
Type AtmTemp for demo.
--------------------------------------------------------------------------
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.
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the AerospaceUtils Module page