Write a MATLAB function that uses my_sine(x,n) to plot theapproximation of the sinefunction from−3π/2 to 3π/2 with incrementsequal to Δx,where Δx and n(the number ofterms used in the seriesapproximation) should be input arguments of the function andshouldbe specified by the user.