StdAtm:

---------------------------------------------------------------------------
   Computes atmospheric density based on the standard atmosphere model.
   To get a table of standard atmosphere data type
   load -ascii AtmData;
---------------------------------------------------------------------------
   Form:
   d = StdAtm( altitude, AtmData, units  )
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   altitude   (:)     Altitude (m or ft)
   AtmData    (:,6)   Standard atmosphere data.
   units      (1,:)   'si', 'mks' or 'eng' i.e. m & kg or lb & ft

   -------
   Outputs
   -------
   d          (:)     Standard atmosphere
                      .temperature
                      .pressure
                      .density
                      .speedOfSound
                      .kinematicViscosity

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

Children:

Common: Graphics/Plot2D