Y-values for the histogram
9 ビュー (過去 30 日間)
古いコメントを表示
Can anyone tell me how can I extract the y-values of the below histogram so that I can plot in any software
randlp2 = exp( gamrnd(26.803,1/8.8801,50000,1)+1.6729 )
figure(1);
x = histogram(randlp2,'normalization','pdf');
0 件のコメント
採用された回答
Bjorn Gustavsson
2022 年 9 月 7 日
Perhaps you look for histcounts? Seems like that is the function that returns what is plotted in histogram.
HTH
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!