Problem 1779. Oh Zero Zero Zero!!!
Hello all, So you have to find the largest section of zeros in a vector and then find the length of those zeros and there starting position... For example:
x = [1 2 3 4 5 6 7 8 9 0 0 0 0 0 0 0 0 0 9 8 7 6 5 4 3 2 1]; %then the output is: LP = [9 10] %[Length Position]
%Or another example:
x = [1 0 3 49 3 2 232 3 0 0 0 0 0 0 8 290 0 0 0 12 323 34]; %then the output is: LP = [6 9]
%Or another example:
x = [1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0]; %then the output is: LP = [7 3];
Have Fun!
Solution Stats
Problem Comments
-
1 Comment
Elmar Zander
on 29 Mar 2017
It's "their starting position" not "there starting position"...
Solution Comments
Show commentsGroup

CUP Challenge
- 11 Problems
- 4037 Finishers
- Length of a short side
- Triangle sequence
- Find a Pythagorean triple
- Is this triangle right-angled?
- Is this triangle right-angled?
- Area of an Isoceles Triangle
- Side of a rhombus
- Side of an equilateral triangle
- Area of an equilateral triangle
- Length of the hypotenuse
- Triangle sequence
- Is this triangle right-angled?
- Find a Pythagorean triple
- Is this triangle right-angled?
- Dimensions of a rectangle
Problem Recent Solvers459
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!