Specifications

Table Of Contents
LTI Properties
2-39
Similarly, you can add or delete channels from an existing input or output
group. Recalling thatinput group channelsare stored in the first column ofthe
corresponding cell array, to add channel three to the input group
controls,
type
h.inputgroup{1,1} = [h.inputgroup{1,1} 3]
or, equivalently,
h.inputgroup{1,1} = [1 2 3]