sysic 363
sysic
Syntax
[sys] = sysic(sysNames,sysInputs,sysOutputs,sysConnects,...
subsys1,subsys2,...)
Parameter Li st
Inputs: sysNames A vector of strings (of the same length as the number of
subsystems) naming the subsystems.
sysInputs A vector of strings naming the exogenous inputs to the
final system. Each named input must be a different row
—however parenthesis can be used todenote vector valued
input names.
sysOutputs A vector of strings defining the exogenous outputs of the
final system. These are defined in terms of input names or
subsystem outputs.
sysConnects A vector of strings (of the same length as the number of
subsystems) defining the input to each subsystem.
subsys1 Subsystems to be connected. The subsystems can be com-
binations of matrices and dynamic systems or combina-
tions of matrices and pdms.
.
.
.“
Outputs: sys The interconnected system, which can be either a dynamic
system, a pdm, or a matrix depending on the subsystems.
Description
sysic interconnects subsystemsto forma single, larger system. The interconnection
specification strings and the actual subsystems are passed as argumentsto sysic.In
this context, systems can be either Dynamic Systemsorpdms. An interconnection
with both Dynamic Systemsandpdms is not well definedand will generate an error.