inspection of linearity of data?
    9 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Khan Muhammad Adeel Khan
 am 24 Okt. 2022
  
    
    
    
    
    Kommentiert: Khan Muhammad Adeel Khan
 am 26 Okt. 2022
            Hello ! I want to check the linearity between two data set named as L_comp and L? please find attached. How can I check the trend of the following dataset? Many thanks !
0 Kommentare
Akzeptierte Antwort
  Chunru
      
      
 am 25 Okt. 2022
        load(websave("check_linearity.mat","https://www.mathworks.com/matlabcentral/answers/uploaded_files/1167363/check_linearity.mat"))
whos
% use curve fitting toolbox
f  = fit(L, L_comp, 'poly1')
plot(f, L, L_comp)
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Linear and Nonlinear Regression 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!
