Clean Outlier Data
Find, fill, or remove outliers in the Live Editor
Description
The Clean Outlier Data task lets you interactively handle outliers in data. The task automatically generates MATLAB® code for your live script.
Using this task, you can:
Find, fill, or remove outliers from data in a workspace variable.
Customize the methods for finding and filling outliers.
Visualize the outlier data and cleaned data.
For more information on Live Editor tasks, see Add Interactive Tasks to a Live Script.
Related Functions
Clean Outlier Data generates code that uses the
isoutlier, filloutliers, and rmoutliers
functions.
Open the Task
To add the Clean Outlier Data task to a live script in the MATLAB Editor:
On the Live Editor tab, select Task > Clean Outlier Data.
In a code block in the script, type a relevant keyword, such as
outlier,clean,fill, orremove. SelectClean Outlier Datafrom the suggested command completions. For some keywords, the task automatically updates one or more corresponding parameters.
Examples
Related Examples
Parameters
Version History
Introduced in R2019bSee Also
Functions
isoutlier|filloutliers|rmoutliers|clip|isbetween
Live Editor Tasks
- Clean Missing Data | Find Change Points | Find Local Extrema | Smooth Data | Find and Remove Trends | Normalize Data | Compute by Group


