Repeating numbers in array
In = [1 0 0 0 2 0 0 0 3 0 0 0 0 0 5 0 0 0 0].
Out = [1 1 1 1 2 2 2 2 3 3 3 3 3 3 5 5 5 5 5].
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers34
Suggested Problems
-
Basics: 'Find the eigenvalues of given matrix
440 Solvers
-
Simple equation: Annual salary
4267 Solvers
-
Side of an equilateral triangle
7088 Solvers
-
Please check if calorie intake is less than 300 kcal.
60 Solvers
-
Convert from Fahrenheit to Celsius
28589 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Problem #2 has a missing right bracket on y_correct.
The test suite has been fixed.