Hello,
i have two curves as output sources in HyperStudy.
Now I need the index at a specified value of one curve. It is possible that this specified value is not exactly included in the data source. So maybe it has to be interpolated.
Then as second step I want to use the founded index of the first source in a second source to get a value.
Example:
f1(index1)=100 <=> index1 = ?
*value=100 must not be included in the data source. For example there could be included 99 and 102.
f2(index1)=?
Thanks a lot!