lasso.m
by Thomas Rutten
23 Sep 2003
(Updated 30 Sep 2003)
Enables the selection/encircling of (clusters of) events in a scatter plot by hand.
|
Watch this File
|
| File Information |
| Description |
[selx,sely,indexnr]=lasso(x,y);
Input: x,y - a set of points in 2 column vectors.
Output: selx,sely,indexnr - a set of selected points in 3 column vectors
Note: After the scatter plot is given, selection by mouse is started after any key press. This is done to be able to ZOOM or CHANGE AXES etc. in the representation before selection by mouse. Encircling is done by pressing subsequently the LEFT button mouse at the requested positions in a scatter plot. Closing the loop is done by a RIGHT button press. |
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
none |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 23 Sep 2003 |
Juw Ma
|
|
|
| 24 Sep 2003 |
c. s.
|
|
|
| 24 Sep 2003 |
c. s.
|
|
|
| 01 Jun 2005 |
Avigdor Namir
|
|
|
| 30 May 2011 |
Cao
|
|
|
| 30 May 2011 |
Cao
|
|
|
| Updates |
| 25 Sep 2003 |
On request, a third output column representing the index number (position in [x,y]) of selected events, is added. |
| 30 Sep 2003 |
On request, a third output column representing the index number (position in [x,y]) of selected events, is added. |
|
Contact us at files@mathworks.com