Question: Write a short script named centerplot.m that plots a vector y. Normally this is done with plot(y). But if the vector has N elements the

Write a short script named centerplot.m that plots a vector y. Normally this is done with plot(y). But if the vector has N elements the plot will be from o to n. For this script we want to plot from -N/2 to N/2. The script should not define the vercot y, but instead expects it to be already defined. It finds the number of elements in the array using function length
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
