1) (10 pts) Write a function PlotData.m that will receive one input argument: which is a handle to a plot function (such as plot(), bar(), etc.). Inside the function, a vector of 10 random integers between [-10, 10] will first generated. Then these random data will be plotted using the type of plot function specified in the input argument. Display the type of plot function as the title of the plot.