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

12 visualizaciones (últimos 30 días)
hi
i have a matrix size 378x5, how do i find the index column of the maximum value of each row?
Thanks
  1 comentario
Rik
Rik el 30 de Mayo de 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.

Iniciar sesión para comentar.

Respuesta aceptada

meghannmarie
meghannmarie el 30 de Mayo de 2019
[~,I] = max(A,[],2)

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by