• 2021-04-14
    histogram具有针对原始数据进行同时汇总和绘图的作用,运行下面代码:
    x = randn(1000,1);

    nbins = 25;
    h = histogram(x,nbins);

    则在命令行窗口查看组别情况,可以输入