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

13 次查看(过去 30 天)
hi
i have a matrix size 378x5, how do i find the index column of the maximum value of each row?
Thanks

采纳的回答

meghannmarie
meghannmarie 2019-5-30
[~,I] = max(A,[],2)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by