Filter löschen
Filter löschen

Error with fillmissing function

3 Ansichten (letzte 30 Tage)
Joe Sun
Joe Sun am 22 Mai 2017
Kommentiert: Star Strider am 23 Mai 2017
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

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Preprocessing Data finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by