Clean Missing Data
Description
The Clean Missing Data task lets you
interactively handle missing data values such as NaN
or
<missing>
. The task automatically generates MATLAB® code for your live script.
Using this task, you can:
Find, fill, or remove missing data in a workspace variable.
Customize the method for filling data.
Define nonstandard missing value indicators.
Visualize the missing data and the cleaned data.
Open the Task
To add the Clean Missing Data task to a live script in the MATLAB Editor:
On the Live Editor tab, select Task > Clean Missing Data.
In a code block in the script, type a relevant keyword, such as
missing
orremove
. Select Clean Missing Data from the suggested command completions.
Examples
Parameters
Version History
Introduced in R2019bSee Also
Functions
Live Editor Tasks
- Clean Outlier Data | Find Local Extrema | Smooth Data | Find and Remove Trends | Find Change Points | Normalize Data | Compute by Group