Azzera filtri
Azzera filtri

Find indices of column/row in double that have matching value

24 visualizzazioni (ultimi 30 giorni)
a = 5.786
b = 14x308 double (all cells contain numerical values)
Assuming there is one cell in 'b' with a value that matches 'a' exactly - how do I found the column/row indices in b of this matching cell?

Risposta accettata

the cyclist
the cyclist il 5 Mag 2021
Modificato: the cyclist il 5 Mag 2021
Sounds like you could use either the find or ismember command.
  1 Commento
DavidL88
DavidL88 il 5 Mag 2021
Thanks that worked! I had tried using find with ismember or intersect but hadn't worked. Just used [c latency] = find(a == b); and that worked.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by