sel_and_del Interactively select and delete points from a 2D plot with the mouse
sel_and_del Interactively select and delete points from a line object using mouse input. Left-click selects the point closest to the click and Right-click unselects it. The selected points are highlighted with a black square. The selection process is stopped by hitting any keyboard key when the mouse is over the figure.
Repeated xy pairs will be deleted by the program.
[del_points new_dataset] = sel_and_del
Obtains a line object xy data from the
current figure and axes and proceeds to the interactive selection of the points to delete. Only one line object per axes is supported.
[del_points new_dataset] = sel_and_del(obj_handle)
Obtains x and y data from the specified object and proceeds to the interactive selection of the points to delete. The object can be either a line or a scatter group.
[del_points new_dataset] = sel_and_del(x,y)
x and y data are given as an input and a figure is automatically generated. Interactive selection follows. xy data is by default plotted as a red circle.
If you add the string 'yes' as an extra input argument (i.e.
sel_and_del('yes'), sel_and_del(obj_handle,'yes') or sel_and_del(x,y,'yes') the function also generates an additional figure where the new dataset (after deletion) is plotted after every button click.
The function was developed to aid in the manual deletion of outliers for quality control.
Zitieren als
José-Luis (2024). sel_and_del Interactively select and delete points from a 2D plot with the mouse (https://www.mathworks.com/matlabcentral/fileexchange/25153-sel_and_del-interactively-select-and-delete-points-from-a-2d-plot-with-the-mouse), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |