0

I have got the 10,000 values for my data using Matlab. When I plotted the histogram and fitted it with normal distribution I got the following figure enter image description here

Is there some mistake in this histogram fitting or what should I do to scale it properly.

Ash
  • 71
  • 3
  • 9
  • Related questions: [this](http://stackoverflow.com/questions/15473064/fit-data-to-normal-distribution) and [this](http://stackoverflow.com/questions/15496804/manipulate-data-to-better-fit-a-gaussian-distribution). – Eitan T Mar 20 '13 at 10:01

1 Answers1

2

or you could just call

histfit(your_data,num_bins)
fpe
  • 2,700
  • 2
  • 23
  • 47