Given this input
x = 2, 5, 1, 2, 4, 1, 1, 3
output should be (Five 2's, Two 1's, One 4, Three 1's)
[2 2 2 2 2 1 1 4 1 1 1]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers62
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1990 Solvers
-
Back to basics 12 - Input Arguments
622 Solvers
-
Replace multiples of 5 with NaN
468 Solvers
-
Sum the numbers on the main diagonal
613 Solvers
-
644 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!