x=linspace(0,10); y=sin(x); z=2*cos(2*x); plot(x,y,x,z) xlabel X ylabel Y title 'Figure 38.2: Intersection of Two Curves'