delsamplefromcollection
从 tscollection
中删除样本
语法
说明
示例
删除样本
使用两个 timeseries
对象创建一个 tscollection
对象。然后删除第五个样本。
ts1 = timeseries([1.1 2.9 3.7 4.0 3.0]',1:5,... 'Name','Acceleration'); ts2 = timeseries([3.2 4.2 6.2 8.5 1.1]',1:5,... 'Name','Speed'); tscin = tscollection({ts1;ts2}); tscout = delsamplefromcollection(tscin,'Index',5)
Time Series Collection Object: unnamed Time vector characteristics Start time 1 seconds End time 4 seconds Member Time Series Objects: Acceleration Speed
输入参数
tscin
— 输入 tscollection
标量
输入 tscollection
,指定为标量。
ind
— 时间向量索引
标量 | 向量
时间向量索引,指定为标量或向量。
timevals
— 采样时间
标量 | 向量
采样时间,指定为数值标量或向量,或指定为日期字符向量元胞数组。有效的日期字符向量和字符串可以采用以下格式:
格式 | 示例 |
---|---|
“dd-mmm-yyyy HH:MM:SS ” | 01-Mar-2000 15:45:17 |
“dd-mmm-yyyy ” | 01-Mar-2000 |
“mm/dd/yy ” | 03/01/00 |
“mm/dd ” | 03/01 |
“HH:MM:SS ” | 15:45:17 |
“HH:MM:SS PM ” | 3:45:17 PM |
“HH:MM ” | 15:45 |
“HH:MM PM ” | 3:45 PM |
“mmm.dd,yyyy HH:MM:SS ” | Mar.01,2000 15:45:17 |
“mmm.dd,yyyy ” | Mar.01,2000 |
“mm/dd/yyyy ” | 03/01/2000 |
数据类型: double
| single
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| cell
版本历史记录
在 R2006a 之前推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)