MATLAB: Interpolate Two Column Vectors of different lengths.

interpolationMATLAB

Hello, I have a column vector with data but it is not the proper length. I think I need to interpolate the data so that it can be expanded to be the same length as another column vector that I have. Can someone please show me how to interpolate a column vector so that it is the same length as a second, longer column vector? Thank you.

Best Answer

help interp1
Related Question