主要内容

附加

连接timeseries对象在时间

描述

例子

ts = append (壹空间、ts2…,听创建一个新的timeseries对象的连接timeseries对象壹空间ts2,等等,沿着时间维度。

例子

全部折叠

创建两个timeseries对象,并按时间添加它们。显示结果的时间样本timeseries

Ts1 =时间序列(rand(5,1),[1 2 3 4 5]);Ts2 =时间序列(rand(5,1),[6 7 8 9 10]);ts = append (ts1, ts2);ts.Time
ans =10×11 2 3 4 5 6 7 8 9 10

输入参数

全部折叠

输入timeseries,指定为标量列表timeseries对象来连接。

  • 输入的最后一次样本timeseries必须早于或等于以下的第一次timeseries在列表中。

  • 每个输入的样本大小timeseries一定是一样的。

数据类型:timeseries

另请参阅

之前介绍过的R2006a