GetAirshipLinMod:

--------------------------------------------------------------------------
   Obtain the linear model of an airship at a particular flight condition.
--------------------------------------------------------------------------
   Form:
   [g,gLat,gLon] = GetAirshipLinMod( name, h, V, theta )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   name        (:)      Name of linear model mat-file. 
                          (see "GenerateAirshipLinMods.m")
   h           (1)      Altitude                          [m]
   V           (1)      Total velocity                    [m/s]
   theta       (1)      Pitch                             [rad]

   -------
   Outputs
   -------
   g           (.)      Full state linear model, statespace class
     
           Additional outputs optional: (see "AirshipStatespace.m")

   gLat        (.)      Lateral-Directional linear model
   gLon        (.)      Longitudinal linear model

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

Children:

Airships: Control/AirshipStatespace