Problem 39. Which values occur exactly three times?

Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if

 x = [1 2 5 2 2 7 8 3 3 1 3 8 8 8]

then

 y = [2 3]

Solution Stats

48.06% Correct | 51.94% Incorrect
Last Solution submitted on Mar 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers4937

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

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

Start Hunting!