필터 지우기
필터 지우기

Error with fillmissing function

조회 수: 3 (최근 30일)
Joe Sun
Joe Sun 2017년 5월 22일
댓글: Star Strider 2017년 5월 23일
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