compare arrays

I have two arrays. I want to compare array A with B to see which element is in A and not in B and vice versa. Please help

Risposte (2)

bym
bym il 10 Apr 2011

0 voti

unique(A,B)

1 Commento

Walter Roberson
Walter Roberson il 10 Apr 2011
That would only work if B just happened to be the character vector 'rows' ...

Accedi per commentare.

Categorie

Richiesto:

il 10 Apr 2011

Community Treasure Hunt

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

Start Hunting!

Translated by