% 2D Simple Program (sinus). x=linspace(0.2*pi,30); y=sin(x); plot(x,y), title('Figure 1: Sinus');