Filter löschen
Filter löschen

how to find column index of max value for each row of a matrix 378x5 size?

4 Ansichten (letzte 30 Tage)
hi
i have a matrix size 378x5, how do i find the index column of the maximum value of each row?
Thanks
  1 Kommentar
Rik
Rik am 30 Mai 2019
(I'm on mobile so I can't check)
The second output of max can do this. You may need to use a loop.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

meghannmarie
meghannmarie am 30 Mai 2019
[~,I] = max(A,[],2)

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by