storing indices of some entries in a matrix

1 visualizzazione (ultimi 30 giorni)
R yan
R yan il 20 Apr 2014
Modificato: Mischa Kim il 20 Apr 2014
I want to store the index of all the entries with value 5 in a matrix. is there an inbuilt function for it.

Risposte (1)

Mischa Kim
Mischa Kim il 20 Apr 2014
Modificato: Mischa Kim il 20 Apr 2014
Ryan, use
[r c] = find(data==5)
r and c are the row and column indices of all data entries equal to 5.

Categorie

Scopri di più su Data Types 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