3. (5 points) Create x as a vector of linearly spaced values between 0 and 2T. Use an increment of /100 between the values. Create y as sine values of x. Create a line plot of the data. The title of your plot must be called “2-D Line Plot”, the x-axis label is called “x”, and the y-axis label is called “sin(x) “. Write a script called sine_plot.m for this question and
OR
OR