Question: Write a MATLAB script that solicits the name of a built-in function (as a string), the left and right limits of an interval [L, R], and a positive integer n and then displays both the function and the n -1degree interpolant of it at linspace(L,R,n).