select maximum numbers in vector array

조회 수: 1 (최근 30일)
rania mohamed
rania mohamed 2017년 1월 4일
편집: José-Luis 2017년 1월 4일
I have vector array, I want to select the one-third maximum numbers from this array

채택된 답변

José-Luis
José-Luis 2017년 1월 4일
편집: José-Luis 2017년 1월 4일
You could use sort() and select the last/first third, depending on the arguments you passed.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by