Mark, let's start with your posted dataset:
400.23 0.377
400.59 0.397
400.96 0.415
401.32 0.44
401.68 0.463
Let's say that what I want to do is to generate an interpolated/extrapolated dataset that starts at X = 400 and ends at X = 402, with an increment of 0.1.
First I create a scatter plot of the data.
Secondly, I choose Analysis:Interpolate/Extrapolate.
In the dialog box that opens, I enter:- Make Curve Xmin = 400
- Make Curve Xmax = 402
- Make Curve # pts = 21 (this is the number of points that I would have to inter/extrap to get the desired increment of 0.1).
When I click OK, the inter/extrap dataset plots as a red line (default color).
When I right-click on that red line, and select Go to InterExtrapn, a worksheet opens that contains the following data:
400 0.36422
400.1 0.36978
400.2 0.37533
400.3 0.38089
400.4 0.38644
400.5 0.392
400.6 0.39749
400.7 0.40235
400.8 0.40722
400.9 0.41208
401 0.41778
401.1 0.42472
...etc.
...etc.
Isn't this what you are looking for?
Mike
OriginLab