Artifact c3d4271b1817f9d190a9520d4f72cc1033a80f9d6450b343aa6466e2d6e6367b:
- File mtt/lib/control/PPP/airc.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 764) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/control/PPP/airc.m — part of check-in [182384e0d6] at 2001-04-02 15:02:35 on branch origin/master — Putting the PPP library under cvs (user: gawthrop@users.sourceforge.net, size: 764) [annotate] [blame] [check-ins using]
function [A,B,C,D] = airc % System AIRC % This system is the aircraft example from the book: % J.M Maciejowski: Multivariable Feedback Design Addison-Wesley, 1989 % It has 5 states, 3 inputs and 3 outputs. % P J Gawthrop Jan 1998 A = [ 0 0 1.1320 0 -1.0000 0 -0.0538 -0.1712 0 0.0705 0 0 0 1.0000 0 0 0.0485 0 -0.8556 -1.0130 0 -0.2909 0 1.0532 -0.6859]; B = [ 0 0 0 -0.1200 1.0000 0 0 0 0 4.4190 0 -1.6650 1.5750 0 -0.0732]; C = [1 0 0 0 0 0 1 0 0 0 0 0 1 0 0]; D = zeros(3,3);