Good afternoon. I want to put the units of m ^ (- 1) on xlabel.
f=[40.82,52.63,75.80];
inversoL=[1/0.730,1/0.600,1/0.400];
coeficientes=polyfit(inversoL,f,1)
f_est=coeficientes(1).*inversoL+coeficientes(2);
plot(inversoL,f,'kd-');
hold on;
plo...
asked by
12.03.2017 / 21:44