finding the index of a row with a maximum value
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Erik
il 2 Dic 2011
Commentato: Malik haseeb Haider
il 22 Ago 2020
i am writing a program, and i need to find the row index of a maximum value. the column index is 1, and its a 15x15 matrix.
for i=Z(:,1); m=max(i);
now how do i find the row index of the maximum value?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing 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!