Create a script that calculates the sine, cosine, and tangent ofa vector from 0 to2? with steps of ?/16. The numbers should havethree digits to the right of the decimal. Determine an appropriatefield width. Use fprintf to display the output in tabular formatwith the following headers. x sin(x) cos(x) tan(x) Also, plot thethree equations in the same figure window, but on separate axes.Plot all thee equations from 0 to 2? on the x-axis. Plot thetangent values (y axis) from -5 to 5 only.