function poly_plot(a,x ,XLABEL, YLABEL, TITLE) %please put your code here plot(x,polynomial(a,x)); xlabel(XLABEL); ylabel(YLABEL); title(TITLE);