return index of biggest element in a row-matrix.

1 visualización (últimos 30 días)
Pramod Bhat
Pramod Bhat el 31 de En. de 2012
Friends, I have a row matrix. i have to return the index of the biggest element in the row. how can i do this ? thankq...

Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 31 de En. de 2012
A - your matrix
[c,index] = max(A,[],2)

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps 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