% mm2601.m x = linspace(0,2*pi,30); y = sin(x); plot(x,y), title('Figure 26.1: Sine Wave')