最大中位数软件

get the x highest values from double array and calculates median

软件应用简介

最大中位数软件

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’

界面展示

最大中位数软件

结果示意

最大中位数软件

规格 价

0元试用
0.0元人民币/月

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2022年8月26日
下一篇 2022年8月26日

相关推荐