[out, tfFilled] =
fillmissing (X, method)
¶[out, tfFilled] =
fillmissing (X, 'constant'
, fill_val)
¶[out, tfFilled] =
fillmissing (X, movmethod, window)
¶Fill missing values.
Fills missing values in X according to the method specified by method.
This method is only partially implemented.
method may be:
'constant'
'previous'
'next'
'nearest'
'linear'
'spline'
'pchip'
movmethod may be:
'movmean'
'movmedian'
Returns out, which is X but with missing values filled in, and tfFilled, a logical array the same size as X which indicates which elements were filled.