Azzera filtri
Azzera filtri

How to find the row and column of elements where the value of A is the same as B

1 visualizzazione (ultimi 30 giorni)
A and B are matrices. Is there a function I'm missing?

Risposta accettata

Alfonso Nieto-Castanon
Alfonso Nieto-Castanon il 15 Lug 2014
[i,j] = find(A==B);

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by