Vertical concatenation of iddata datasets.
The samples 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, outputs and inputs must be equal for all datasets.
Package: control