Matlab code fitting a line to a histogram

  • #1
matt_crouch
161
1
Im analyzing some data from a previous student I am trying to plot a line of best fit over the histogram and hense find the value of the coefficiants

the files had to be loaded as -ascii so this is the code i have typed so far

x=load('filename.mat','-ascii'); mean(x); hist(x,300)

this then produces the graph how do i add a best fit line to this. I have the curve fit toolbox but don't seem to be able to use this to give me a plausable best fit. I am using Matlab 2010

any help would be appreciated
:)
 

Similar threads

Replies
1
Views
4K
Replies
10
Views
2K
Replies
2
Views
3K
Replies
4
Views
3K
Replies
7
Views
1K
Replies
5
Views
1K
Back
Top