forn=1:10fun(n);endx=1:10;y=[-2.831-8.351-14.27-14.35-2.54927.54781.296165.74285.19447.69];A=polyfit(x,y,3)z=polyval(A,x);plot(x,y,'k+',x,z,'r')