MATLAB: How to graphically select a few points of interest from a scatter plot and remove them

MATLAB

I have a set of points that I use to create a scatter plot. I would like to select the outliers and delete them graphically.

Best Answer

This feature is available in MATLAB through the use of Time Series Tool.
Time Series Tool has the has the tools to plot the scatter plot and also select and either keep or delete the selected points. Time Series Tool is part of the MATLAB product. It can be started by typing the following command in MATLAB command window:
tstool