Problem 44281. Check if any duplicates in your data
Given an array x, return a number n equal to the largest number of repetitions in your data. For example: If x=[1 2 3 6 8 4 9] then n=1. If x=[2 3 6 2 6 2 2] then n=4.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52017 Solvers
-
18647 Solvers
-
402 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13087 Solvers
-
1179 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!