Error with fillmissing function

3 次查看(过去 30 天)
I got a set of data (I call it 'data')with a lot of NaN which is 3800*4610 table, the first column is ID and the last column is predict output.
fillmissing(data,'movmean',4610);
I try to fill NaN in each column with the mean in that column. However, the error shows:
Undefined function or variable 'fillmissing'.
I'm not sure what's worng with that

采纳的回答

Star Strider
Star Strider 2017-5-22
The fillmissing (link) function was introduced in R2016b.
  2 个评论
Joe Sun
Joe Sun 2017-5-23
so I cannot use it in R2016a?
Star Strider
Star Strider 2017-5-23
Unfortunately, no.
You must upgrade to R2016b to have access to it.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Preprocessing Data 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by