Dear all,
I want to get the exact X value in the FOR LOOP.
Now I have two ideas:
1st, It looks like in the attached file, but after the Threshold 1D array, I only can get the fractional X index, then the index go to the index array. As the data type of the index array is Signed Integers, so I can not get the exact X value.
2nd, from the detailed help of Threshold 1D array, I know If the array input consists of an array of points where each point is a cluster of x and y coordinates, the output is the interpolated x value corresponding to the interpolated position of threshold y among the y coordinates, rather than the fractional index of the array.
But I really don't know how to get the array input consists of an array of points where each point is a cluster of x and y coordinates.
If somebody knows something, please tell me.
Thank you for any help
Jing