Creating and Manipulating Models | ![]() ![]() |
Referencing Channels by Name
You can also extract subsystems using I/O group or channel names. For example, if sys
has an input group named noise
, consisting of channels two, four, and five, then
Similarly, if pressure
is the name assigned to an output channel of the LTI model sys
, then
reassigns the subsystem from the first input of sys
to the output labeled pressure
.
You can reference a set of channels by input or output name by using a cell array of strings for the names. For example, if sys
has one output channel named pressure
and one named temperature
, then these two output channels can be referenced using
![]() | Referencing FRD Models Through Frequencies | Resizing LTI Systems | ![]() |