|
|
| File Information |
| Description |
Extract groups of data from a vector. For example:
x=[0 1 2 2 1 0 -1 1 3 5 3];
groupfind(x>0)
ans =
2 5
8 11
In this case, the first group is from indices 2 to 5 and the second is from indices 8 to 11. |
| MATLAB release |
MATLAB 6.1 (R12.1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 13 Aug 2002 |
John McQueen
|
|
|
| 07 Jan 2008 |
Piyush Singh
|
|
|
| 19 May 2008 |
Wladimir Alonso
|
|
|
|
Contact us at files@mathworks.com