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

18 ビュー (過去 30 日間)
DavidL88
DavidL88 2021 年 5 月 5 日
コメント済み: DavidL88 2021 年 5 月 5 日
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?

採用された回答

the cyclist
the cyclist 2021 年 5 月 5 日
編集済み: the cyclist 2021 年 5 月 5 日
Sounds like you could use either the find or ismember command.
  1 件のコメント
DavidL88
DavidL88 2021 年 5 月 5 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by