x=[1 2 3 4 5 6 7 8 9 10];
y=[0.01 0.05 0.13 0.17 0.21 0.33 0.47 0.6 0.93
0.98];
xx = 1:0.25:10;
yy = spline(x,y,xx);
plot(x,y,'o',xx,yy)
xlabel('Tiempo
(semanas)')
ylabel('Altura (m)')
title('Crecimiento
maíz en 10 semanas)')
grid on
No hay comentarios.:
Publicar un comentario