x=linspace(0,6);%createavectorxbetween0and6 y1=sin(2*x); y2=sin(x.^2); y3=(sin(x)).^2; plot(x,y1) m