Matlab绘制累积分布函数(CDF)

CDF示例代码:正则表达式 cdf.m数组 function [xTime,yPercentage]=cdf(initValue,step,endValue,sample);  xTime=[]; yPercentage=[]; totalNum=length(sample); for i=initValue:step:endValue     temp=length(find(sample<=i
相关文章
相关标签/搜索