How to make normal distribution curve from the bar chart?
조회 수: 9 (최근 30일)
이전 댓글 표시
- I need to make the distribution curve as shown in the below image from the data of the bar chart.
- I have the bar chart data file. Is there any possiblity to make the ditribution curve directly.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1377934/image.png)
댓글 수: 0
답변 (3개)
Rik
2023년 5월 9일
Your data resolution is too low now that you have this bar chart. Unless you have the actual underlying data it is not possible to make a smooth curve.
What you can do to smooth the curve is to insert zeros between the bars and use a convolution to spread out the data.
댓글 수: 0
Walter Roberson
2023년 5월 9일
Your only hope of creating a distribution curve would be if you had a model for the distribution and you used the data to fit the model parameters.
댓글 수: 0
Image Analyst
2023년 5월 9일
That's not a single Gaussian you have there. There are at least two of them. See attached code that can fit the data (your histogram counts) to any specified number of Gaussian curves.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1378339/image.png)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!