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
相關文章
相關標籤/搜索