Maximum_median

get the x highest values from double array and calculates median
8 descargas
Actualizado 27 jul 2020

Ver licencia

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'

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión desde R2017b
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0