Vertically concatenate tscollection
objects
tscout = vertcat(
vertically concatenates the tsc1,tsc2,…,tscN
)tscollection
objects
tsc1
, tsc2
,…, tscN
by
appending them. The time vectors of the tscollection
objects in
the list must not overlap. The last time in a tscollection
must
occur before the first time of the following tscollection
in the
list. All tscollection
objects must have the same
timeseries
members.