i want to find x axis and y axis values of an histograms in matlab.
1 回表示 (過去 30 日間)
古いコメントを表示
i want to find x axis and y axis values of an histograms in matlab.
3 件のコメント
回答 (2 件)
Star Strider
2016 年 1 月 8 日
That does not appear to be possible (at least in R2015b). I would use histcounts (or histc) and then do a bar plot.
Image Analyst
2016 年 1 月 9 日
If you want the entropy, why not just simply use the entropy function
theEntropy = entropy(grayImage);
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!