How to find the bin at which the smooth curve on an histogram passes through before it smoothens out
조회 수: 2 (최근 30일)
이전 댓글 표시
I computed a smoothing on a histogram by using the function provided here. Is there a way to automatically compute or find the last bin the curve passes through before it smoothens outs. For better explanation of what am trying to achieve, consider the histogram below.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158486/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158488/image.png)
How can I find the bin (rectangle marked with the straight line) without having to look at the histogram?? which is 0.5 for the first histogram and 0.4 for the second. Can I automatically get those values??
댓글 수: 0
답변 (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!