Maximum_median

버전 1.0.0 (1.67 KB) 작성자: Eva-Maria Weiss
get the x highest values from double array and calculates median
다운로드 수: 8
업데이트 날짜: 2020/7/27

라이선스 보기

get the x highest values maxs from double array and calculates median med_highest

SYNTAX
[med_highest,maxs] = Maximum_median(array,amount);
[med_highest,maxs] = Maximum_median(array,amount,NAME,VALUE);

DESCRIPTION
[med_highest,maxs] = Maximum_median(array,amount); array can be a vector or a 2-D double array; amount determines the amount of highest values. By default: amount is the fraction

[med_highest,maxs] = Maximum_median(...'Type', value);
value can be: 'fract', 'percent','number'

[med_highest,maxs] = Maximum_median(...'Dimension', value);
value can be: 1,2 according to dimension, else error message: 'limited to 2D application'

인용 양식

Eva-Maria Weiss (2024). Maximum_median (https://www.mathworks.com/matlabcentral/fileexchange/78649-maximum_median), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
R2017b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0