Write a script to plot y signal versus x and z signal versus x, where x, y and z are defined as below: x = 0:pi/100:2*pi; y = 2sin(2x + 3); z = tan(x)./(x+1); Make sure that your plot has appropriate scale (to see them), sufficient labeling, notations and presentation.