contents |
MISSINGVALUES
[X,MSG] = MISSINGVALUES(X,VAL)
Fix the missing values (represented by NaN's) in dataset X. String MSG gives a text message of what has been done.
The following values VAL are possible
'remove' remove entries that contain missing values
'mean' fill the entries with the mean of their
respective column
contents |