NEED HELP QUICK PLEASE
이전 댓글 표시
Hi so I have a matrix (51x22) of values and a name matirx that line up with each of those vaules with a state name (51x1). I need to find the state with the greatest values. You are told to find the sum of each row and somehow make matlab find the one with the greatest sum and identify that row with name of the state in the other matrix that has names of states in it. ex. A={1 2 3; 4 5 6; 5 7 8] B=[albama; Calif; Iowa]
since the third row has the most sum, I need matlab to first find the sum of each row in A and determine which has the greatest sum and then Identify the name of the state with the identy matrix B. THank you
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!