Finding the max of certain columns

조회 수: 1 (최근 30일)
Kalpha.mc
Kalpha.mc 2020년 9월 20일
편집: Ameer Hamza 2020년 9월 20일
I have a 4x7 matrix and i am trying to find the max of the 2nd 3rd and 4th column to create a 1x3 matrix how would i do that?

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 9월 20일
편집: Ameer Hamza 2020년 9월 20일
M % 4x7 matrix
x = max(M(:,[2 3 4])); % 1x3 vector of max values

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by