Function File: dat = horzcat (dat1, dat2, …)

Horizontal concatenation of iddata datasets. The outputs and inputs are concatenated in the following way: dat.y{e} = [dat1.y{e}, dat2.y{e}, …] dat.u{e} = [dat1.u{e}, dat2.u{e}, …] where e denotes the experiment. The number of experiments and samples must be equal for all datasets.

Package: control