compare arrays
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
bym
le 10 Avr 2011
unique(A,B)
1 commentaire
Walter Roberson
le 10 Avr 2011
That would only work if B just happened to be the character vector 'rows' ...
Voir également
Catégories
En savoir plus sur Data Types dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!