SToW:

Path: AC/ACCoord

% Convert from stability axes to wind axes.
   Since version 2 (ACT)
--------------------------------------------------------------------------
   Form:
   b = SToW( beta, opt )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   beta        (1,1) Sideslip angle (rad)
   opt         (1,:) 'matrix' or 'quaternion'

   -------
   Outputs
   -------
   b           (3,3) Transformation matrix
               (4,1) Quaternion

--------------------------------------------------------------------------
   Reference: Stevens, B.L., Lewis, F.L. , Aircraft Control and Simulation,
              John Wiley & Sons, 1992, p. 63.
--------------------------------------------------------------------------

Children:

Common: Quaternion/Mat2Q

Back to the AC Module page