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일

0 개 추천

You could use sort() and select the last/first third, depending on the arguments you passed.

추가 답변 (0개)

태그

질문:

2017년 1월 4일

편집:

2017년 1월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by