hist函數 進行 數據 分佈 統計

clear;

x1 = rand(1000,3);

x2 = randn(1000);

subplot(221);

hist(x1,20);

subplot(222);

hist(x2,20);


223538891.jpg

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章