Line of Best Fit to a subsection of data
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Hi there,
Say I have a graph of data ranging ranging over x-axis values of 0 to 2. It is easy to put a line of best fit into this data by using tools>basic fitting. What I would like to know is if it is possible to plot a line of best fit from 0 to 1, while still retaining the data from 1 to 2?
Thanks in advance for any help.
0 Kommentare
Antworten (1)
  Sven Schoeberichts
      
 am 18 Jan. 2012
        Check the function polyfit with order = 1 for a best-fit straight line. Make sure the data range to use polyfit with is your data from 0:1
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Interpolation finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

