Problem 2545. compress sequence into intervals
You're given a row vector of monotonically increasing integers most of which are consecutive. Find the upper and lower bounds of each run in that vector and return that as a row vector of intervals.
Note: this is the inverse of problem 2528 - Expand intervals.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers87
Suggested Problems
-
Find the sum of all the numbers of the input vector
49116 Solvers
-
25348 Solvers
-
1762 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
202 Solvers
-
681 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!