finding the values
Afficher commentaires plus anciens
i have in A=[2 5 6 3 ] B=[3],B1=[4]
i want to compare A,B and A,B if value of B is found in A, i want to display value is found
please help
Réponse acceptée
Plus de réponses (1)
the cyclist
le 3 Mar 2012
0 votes
You need the ismember() command.
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!