Reepeating numbers in array - MATLAB Cody - MATLAB Central

Problem 44909. Reepeating numbers in array

Difficulty:Rate
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

23.08% Correct | 76.92% Incorrect
Last Solution submitted on Jun 26, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
2
3

Problem Recent Solvers31

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!