contents

manual

missingvalues

MISSINGVALUES

Fix the missing values in a dataset

           [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
            fill the entries with a fixed constant

See also

datasets,

contents

manual