How could I check that how many elements of x is inside y?
2 views (last 30 days)
Show older comments
Suppose I have
x = [2,7,8,11];
and
y = [1,2,4,5,7,8,9,12,15,21,27]
How could I check that how many elements of x is inside y?
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!