daug 231
daug
Syntax
out = daug (sys1,sys2,...)
Parameter List
Inputs: sys1 Input systems. These can be dynamical systems and con-
stants, or pdms and constants.
.
.
.“
Outputs: out output system.
Description
Diagonal augmentation of dynamical system/pdm/constant, matrices.
out =
sys1 0 ... 0
0 sys2 ... 0
.
.
.
.
.
.
.
.
.
.
.
.
00... sysN
Limitations
Only 21 systems can be augmented with a single function invocation.
Examples
daug([1,1],[2;2],inf)