------------------------------------------------------------------------------- Implements an aircraft control system. Action is either 'initialize' or update. You implement your controller in this function. ------------------------------------------------------------------------------- Form: y = AircraftControl( action, d ) ------------------------------------------------------------------------------- ------ Inputs ------ action (1,:) Action for function d (:) Input ------- Outputs ------- y (1,1) Output depends on action -------------------------------------------------------------------------------