Comparing two matrices for repeated values

1 visualizzazione (ultimi 30 giorni)
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 Commenti
madhan ravi
madhan ravi il 5 Feb 2019
Mr qqq definitely this behaviour is not encouraged.
Rena Berman
Rena Berman il 5 Mar 2019
(Answers Dev) Restored edit

Accedi per commentare.

Risposta accettata

Matt J
Matt J il 5 Feb 2019
Modificato: Matt J il 5 Feb 2019
u=unique(first(second==5));
u=u(u>10)

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by