compare arrays
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (2)
bym
am 10 Apr. 2011
unique(A,B)
1 Kommentar
Walter Roberson
am 10 Apr. 2011
That would only work if B just happened to be the character vector 'rows' ...
Siehe auch
Kategorien
Mehr zu Data Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!