matlab畫直方圖的histogram()函數

matlab畫直方圖有histogram()函數,hist()以及bar()函數,以下是histogram()函數效果 clc,clear; x1=2pirand(1,2000); x2=normrnd(0,4,[1 2000]); x3=raylrnd(2,1,2000); subplot(3,1,1); histogram(x1); subplot(3,1,2); histogram(x2);
相關文章
相關標籤/搜索