Extracting a vlue from a matrix using a neighboring value as a reference
이전 댓글 표시
How would I go about extracting an indivdual value from column based on the max value from anothe row?
Say I have the following 2 x 5:
1 2 4 10 3
6 27 30 3 1
And I want to extract a value from Row 2, based on the column of the max value of Row 1. Which in this case would give me 3.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!