Problem 367. Specific Element Count

Given a vector v and a element e, return the number of occurrences of e in v.

Note: NaNs are equal and there may be no occurrences of e in v

Example:

v = 1:10
e = 2
output = 1

Solution Stats

29.52% Correct | 70.48% Incorrect
Last Solution submitted on Jul 04, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers871

Suggested Problems

More from this Author55

Community Treasure Hunt

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

Start Hunting!