%Fit using polyfit in matlab for best fit checking plot
table = xlsread(‘Project04′,’Stepped-Shaft Torsion Data, A-E’)
[p S] = polyfit(table(:,1),table(:,2),5) Continue reading
%Fit using polyfit in matlab for best fit checking plot
table = xlsread(‘Project04′,’Stepped-Shaft Torsion Data, A-E’)
[p S] = polyfit(table(:,1),table(:,2),5) Continue reading