% mm2301.m x=linspace(-.5,1.5); y=humps(x); plot(x,y) grid on title('Figure 23.1: Humps Function')