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: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the AerospaceUtils Module page