Hideo Fujii
USA
1582 Posts |
Posted - 01/06/2016 : 4:21:24 PM
|
Hi muh, Not sure if I understand correctly, but it seems you simply need to locate the position of the given X value on the X axis, then read out the Y level. Can you try the following method:
Here, I inserted a dummy Y column(col(D1)) filled with row numbers, apply the "Interpolate/Extrapolate Y from X"(interp1) for the specific X positions (col(D)), get the location's row# (col(F)), and finally read out the Y value at the location (col(G)).
You can script for these steps easily. Hope this helps.
--Hideo Fujii OriginLab |
Edited by - Hideo Fujii on 01/06/2016 5:50:59 PM |
|
|