Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Description:
Linear interpolation is a common scientific and engineering concept - it's the process of estimating intermediate values from a series of X-Y points by connecting adjacent points with a straight line. This is a relatively straightforward process for 1-D data (i.e a series of corresponding X and Y points), using Mathcad's linterp function.