Problem 47663. find location of indexes
Given a vector with integer values.
Find the edge location of the stream of same value.
For example:
A=[0 0 0 1 1 1 1 2 2 2 1 1 1 15 15 15]
and we are looking for edges of sequence of 1s
The output shall be:
regions = [4 7; 11 13]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers23
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5705 Solvers
-
How many trades represent all the profit?
605 Solvers
-
529 Solvers
-
Returning a "greater than" vector
260 Solvers
-
Find the index of n in magic(n)
255 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!