Problem 44909. Reepeating numbers in array
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
Solution Comments
Show commentsProblem Recent Solvers32
Suggested Problems
- 
         Find all elements less than 0 or greater than 10 and replace them with NaN 15689 Solvers 
- 
         
         401 Solvers 
- 
         Flip the main diagonal of a matrix 879 Solvers 
- 
         Back to Basics - Find no. of elements in a matrix? 317 Solvers 
- 
         Element-wise vector product (★) 141 Solvers 
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!