vertcat (timeseries) - Vertical concatenation of timeseries objects
Syntax
ts = vertcat(ts1,ts2,...)
Description
ts = vertcat(ts1,ts2,...)
performs
ts = [ts1;ts2;...]
This operation appends timeseries objects. The time
vectors must not overlap. The last time in ts1 must be earlier than the first
time in ts2. The data sample size of the timeseries objects
must agree.
See Also
timeseries
 | vertcat | | vertcat (tscollection) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit