finding the values
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
the cyclist
am 3 Mär. 2012
0 Stimmen
You need the ismember() command.
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!