matrix

조회 수: 1 (최근 30일)
Mate 2u
Mate 2u 2012년 5월 23일
Hi there, I have a square matrix and I want to find location of the maximum and minumum in each row.
EDITED!

채택된 답변

Andrei Bobrov
Andrei Bobrov 2012년 5월 23일
EDIT
A = rand(5)
[id,id] = sort(A,2)
minrowloc = id(:,1)
maxrowloc = id(:,end)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by