[n,xout] = hist(...) returns vectors n and xout containing the frequency counts and the bin locations. You can use bar (xout,n) to plot the histogram. hist(...) ...
確定! 回上一頁