Path: Common/@statespace
-------------------------------------------------------------------------- Connection of two state space systems. The connection is e -> f The connection matrix is lists the indices of the matching outputs of e and inputs of f. For example u (4,1) y (3,1) f e c might be [1 1;1 3] which means that output 1 of y goes into input 1 of u. Output 3 of y also goes into 1 of u. c is [uF;yE] Empty c implies parallel connection with separate inputs and outputs: ------- - | f | -- ------- ------- - | e | -- ------- -------------------------------------------------------------------------- Form: g = connect( e, f, c ) -------------------------------------------------------------------------- ------ Inputs ------ e (:) Object of class statespace f (:) Object of class statespace c (:,2) Connection matrix ------- Outputs ------- g (:) Series connection --------------------------------------------------------------------------
Common: Classes/@statespace/and.m Common: Classes/@statespace/close.m Common: Classes/@statespace/connect.m Common: Classes/@statespace/eig.m Common: Classes/@statespace/get.m Common: Classes/@statespace/getabcd.m Common: Classes/@statespace/getsub.m Common: Classes/@statespace/isempty.m Common: Classes/@statespace/mtimes.m Common: Classes/@statespace/plus.m Common: Classes/@statespace/series.m Common: Classes/@statespace/set.m Common: Classes/@statespace/statespace.m Common: Control/Append Common: Control/Parallel Common: Control/Series Common: Control/SizeABCD Common: General/CellToMat
Back to the Common Module page