Matlab finding matrix minimum row?

Up vote 0 down vote favorite share g+ share fb share tw.

For example: 200000 1,23076923076923 20 1,41538461538462 200000 1,23076923076923 200 1,32307692307692 200000 1,23076923076923 2000 1,32307692307692 200000 1,23076923076923 20000 1,29230769230769 200000 1,23076923076923 200000 1,41538461538462 I need something like this min(A(:, 2), A(:, 4)); answer will be 4th row. Algorithm matlab matrix row minimum link|improve this question asked Aug 20 '11 at 2:36Yekver3479 76% accept rate.

If it's the pair where both the second and the fourth column are at their lowest, the answer is minimumRow = find(A(:,2)==min(A(:,2)) & A(:,4) == min(A(:,4))); If it's the pair with the smallest sum, the answer is ~,minimumRow = min(sum(A(:,2 4),2)).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions