PlanetaryAtmDens:

Path: Interplanetary/Environment

% Computes the atmospheric density for planets, higher fidelity model.
 Uses AtmDens2 for the Earth, AtmDensMars2 for Mars and AtmDens1 for the
 other planets. This function has a built-in demo.
--------------------------------------------------------------------------
   Form:
   rho = PlanetaryAtmDens( h, planet )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h           (1,:)   Altitude (km)
   planet      (1,:)   'earth', 'mercury', 'venus', 'mars', 'pluto'
                       'jupiter' 'saturn' 'uranus' 'neptune' 'titan'

   -------
   Outputs
   -------
   rho        (1,:)   Atmospheric Density (kg/m^3)

--------------------------------------------------------------------------
 See also AtmDens1, AtmDens2, AtmDensMars2, AtmDensUranus, AtmDensNeptune
--------------------------------------------------------------------------