AirshipAeroDemo:

% Demonstrate the AirshipAero function.
  ------------------------------------------------------------------------
  Computes force and torque at a specified flight condition.
  Computes them for a range of coordinate system locations, moving from
  the nose to tail along body X axis.
 
  -------------------------------------------------------------------------------
  See also QECI, @acstate/acstate.m, BuildAirshipModel, ASM1, 
  AirshipAero, StdAtm, Plot2D
  -------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
    Copyright 2003 Princeton Satellite Systems, Inc.
    All rights reserved.
-------------------------------------------------------------------------------

Children:

AC: ACCoord/QECI
AC: Classes/@acstate/abs.m
AC: Classes/@acstate/acstate.m
AC: Classes/@acstate/get.m
AC: Classes/@acstate/length.m
AC: Classes/@acstate/minus.m
AC: Classes/@acstate/mrdivide.m
AC: Classes/@acstate/mtimes.m
AC: Classes/@acstate/plus.m
AC: Classes/@acstate/subsasgn.m
AC: Classes/@acstate/subsref.m
AC: Classes/@acstate/zeros.m
Airships: Modeling/BuildAirshipModel
Modeling: Models/ASM1
Airships: Simulation/AirshipAero
Common: Atmosphere/StdAtm
Common: Graphics/Plot2D