You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Manu R (2026). GROUPFIND (https://se.mathworks.com/matlabcentral/fileexchange/1498-groupfind), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.1 (1.92 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
