Borrar filtros
Borrar filtros

Finding each element of one array in another array

4 visualizaciones (últimos 30 días)
Mohit
Mohit el 17 de Feb. de 2014
Comentada: Mohit el 17 de Feb. de 2014
Hi,
I have two CELL arrays, A (row array with 100 rows and 1 column) and B (dimension - (3, 2)).
I need to create a (3,2) matrix C, each element of that matrix should give me row number of corressponding element of B in A. i.e. C(1,1) should give me row number of B(1,1) in A. If B(1,1) is missing then C(1,1) should be zero.
Thanks

Respuesta aceptada

Jos (10584)
Jos (10584) el 17 de Feb. de 2014
help ismember
Take a look at it's second output ...

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by