Problem 43058. Count the numbers

In a array x, count the number of times the number n appears in x.

for example: x = [1 2 3 4 3 2 1 2] and n = 2 the answer should be 3, because 2 appears 3 times in x

Solution Stats

78.57% Correct | 21.43% Incorrect
Last Solution submitted on Feb 16, 2024

Solution Comments

Show comments

Problem Recent Solvers65

Suggested Problems

More from this Author25

Problem Tags

Community Treasure Hunt

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

Start Hunting!