How to filter out multiple rows based on another array?

8 visualizaciones (últimos 30 días)
JFz
JFz el 18 de Ag. de 2017
Comentada: JFz el 18 de Ag. de 2017
I have two arrays, a, b, one has numbers from 1,2, to 12. The other has 5 numbers 3,4, to 7. I want to filter out the rows in a that are not in b. How to do that? Thanks in advance.

Respuesta aceptada

James Tursa
James Tursa el 18 de Ag. de 2017
result = a(ismember(a,b));

Más respuestas (0)

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by