Problem 1480. Mode
Find the mode of the vector
Assumption: no vector is bimodal
Example 1: input=[1 2 3 4 4]; output=4
Example 2: input=[7 1 2 7]; output=7
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers406
Suggested Problems
-
453 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11966 Solvers
-
Create an index-powered vector
810 Solvers
-
Sum of odd numbers in a matrix
588 Solvers
-
956 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!