How to determine number of common elements between two vectors?

13 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Adam
Adam il 18 Set 2015
numel( intersect( X, Y ) )

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by