Problem 54290. Count of Unique Elements of a Vector

Count the number of times each unique element appears in a vector.
Example:
Input x = [2 9 1 2 4 9 2]
Output y = [1 1; 2 3; 4 1; 9 2]

Solution Stats

88.46% Correct | 11.54% Incorrect
Last Solution submitted on Oct 28, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers19

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!