National Instruments 370760B-01 Calculator User Manual


 
sysic 363
sysic
Syntax
[sys] = sysic(sysNames,sysInputs,sysOutputs,sysConnects,...
subsys1,subsys2,...)
Parameter List
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 to denote 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 subsystems to form a single, larger system. The interconnection
specification strings and the actual subsystems are passed as arguments to sysic.In
this context, systems can be either Dynamic Systemsorpdms. An interconnection
with both Dynamic System sandpdms is not well defined and will generate an error.