Help in finding the matrix

1 visualización (últimos 30 días)
Lev Mihailov
Lev Mihailov el 12 de Sept. de 2019
Respondida: J Chen el 12 de Sept. de 2019
Hello! I have a vector of values, and I need to find their location in the matrix
% 1000x100 matrix
% 1x100 data
  6 comentarios
Lev Mihailov
Lev Mihailov el 12 de Sept. de 2019
Z=ismember(Y,X);
When used along the entire length of the file, it produces a logical and all values ​​= 1
Adam Danz
Adam Danz el 12 de Sept. de 2019
That's because all element of Y are indeed in X. Try it the other way around. X as the first input.

Iniciar sesión para comentar.

Respuestas (1)

J Chen
J Chen el 12 de Sept. de 2019
You can use [row,col]=find( ) to get the location and use == to compare numbers

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by