finding the values
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
the cyclist
el 3 de Mzo. de 2012
0 votos
You need the ismember() command.
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!