x = randn(1000,1);edges = [-10 -2:0.25:2 10];h = histogram(x,edges);这是指定区间的;第一个是-10,2histogram参考链接hist是用区间的作为直方图 ...
確定! 回上一頁