AircraftControl:

Path: AC/ACControl

% Implements an aircraft control system. 

   Action is either 'initialize' or update. You implement your controller
   in this function.

   Since version 3 (ACT)
--------------------------------------------------------------------------
   Form:
   y = AircraftControl( action, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action         (1,:)       Action for function
   d              (:)         Input

   -------
   Outputs
   -------
   y              (1,1)       Output depends on action

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

Children:

Common: Control/CInputs

Back to the AC Module page