Problem 2687. Find the mode of the given input

Find the statistical mode of the given input.

Example:

If X is matrix given below

              [ 3     3     1     4;
                0     0     1     1;
                0     1     2     4]

Then mode must be 1 because it appears the most times.

Assume that mode will be unique for given test case.

Solution Stats

61.34% Correct | 38.66% Incorrect
Last Solution submitted on Dec 08, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers105

Suggested Problems

More from this Author70

Problem Tags

Community Treasure Hunt

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

Start Hunting!