finding the values
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
the cyclist
il 3 Mar 2012
0 voti
You need the ismember() command.
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!