DrawAC:

Path: AC/ACGraphics

% Draws an aircraft in the NED frame. 
 The aircraft state vector can either be of type acstate or

      x.r
      x.q

 or [r;v;q;omega]
--------------------------------------------------------------------------
   Form:
   h = DrawAC( mode, g, x, h, units )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   mode        (1,:) 'run', 'init', 'close'
   g                 Aircraft image data structure
   x                 Aircraft state vector
   h                 Handles to the display
   units       (1,:) Units

   -------
   Outputs
   -------
   h                 Handles to the display

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

Children:

AC: ACCoord/ECIToNED
AC: ACGraphics/DrawTerrain
AC: ACGraphics/Trans3DMF
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Quaternion/Mat2Q
Common: Quaternion/Q2Mat
Common: Quaternion/QMult
Common: Quaternion/QPose
Common: Transform/Altitude
Math: Linear/DupVect

Back to the AC Module page