what is the code for bin histogram of fraction to the bin
3 ビュー (過去 30 日間)
古いコメントを表示
回答 (1 件)
Sindar
2020 年 10 月 25 日
x = randn(1000,1);
edges = 25:5:50;
h = histogram(x,edges,'Normalization','probability'));
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!