How to determine number of common elements between two vectors?

14 Ansichten (letzte 30 Tage)
Mr M.
Mr M. am 18 Sep. 2015
Beantwortet: Adam am 18 Sep. 2015
for example X = 1:10 Y = [5,7,13,25,45,56] So 5 and 7 are the common elements, and the answer should be 2.

Akzeptierte Antwort

Adam
Adam am 18 Sep. 2015
numel( intersect( X, Y ) )

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by