| Creating and Manipulating Models | ![]() |
Model Interconnection Functions
The Control System Toolbox provides a number of functions to help with the model building process. These include model interconnection functions to perform I/O concatenation ([,], [;], and append), general parallel and series connections (parallel and series), and feedback connections (feedback and lft). These functions are useful to model open- and closed-loop systems.
| Interconnection Operator |
Description |
|---|---|
|
Concatenates horizontally |
|
Concatenates vertically |
|
Appends models in a block diagonal configuration |
|
Augments the output by appending states |
|
Forms an SS model from a block diagonal LTI object for an arbitrary interconnection matrix |
|
Forms the feedback interconnection of two models |
|
Produces the LFT interconnection (Redheffer Star product) of two models |
|
Forms the generalized parallel connection of two models |
|
Forms the generalized series connection of two models |
The next sections cover these topics:
| Pertransposition | Concatenation of LTI Models | ![]() |
© 1994-2005 The MathWorks, Inc.