Comparing two matrices for repeated values

1 visualización (últimos 30 días)
vassey
vassey el 5 de Feb. de 2019
Comentada: Rena Berman el 5 de Mzo. de 2019
Hello
I have 2 matrices, both have one column and hundreds of rows. I have just found the repeated values in the first file by unique. As my question, I am trying to find repeated values more than 10 in the first file when the values in second file are equals to some number, lets say 5.
For example, when the second document gives 15, the number in the first file repeats 150 times. Is it possible?
Thank you
  3 comentarios
madhan ravi
madhan ravi el 5 de Feb. de 2019
Mr qqq definitely this behaviour is not encouraged.
Rena Berman
Rena Berman el 5 de Mzo. de 2019
(Answers Dev) Restored edit

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 5 de Feb. de 2019
Editada: Matt J el 5 de Feb. de 2019
u=unique(first(second==5));
u=u(u>10)

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB 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