【发布时间】:2020-02-06 08:16:47
【问题描述】:
要删除高于 1.2 和低于 -1.2 的数据。
我使用以下函数:
threshold = [-1.2, 1.2];
y = rmoutliers(y,'percentiles',threshold);
但是发生了错误:
使用 isoutlier>parseinput 时出错(第 236 行) 'Percentiles' 值必须是已排序的 2 元素数值向量,其条目介于 0 和 100 之间。
还有什么其他功能可以解决这个问题吗?
【问题讨论】:
标签: matlab filter signals outliers threshold