I am new to python and an amateur programmer so please bear with me. Right now I have a matrix which is 15x9. I essentially want to expand this matrix such that it contains more values. Thus I want to interpolate this data a number times, similar to the interp2 function in MATLAB which allows you to interpolate n times.I am new to python and an amateur programmer so