e = fillmissing(a,'movmedian',3) %其中 参数movmedian代表中位数补充nan空值部位,“3”表示使用该数值的前后两个数,即为数据窗口为3,这个数值可以任意设置。 matlab的 ...
確定! 回上一頁