Hi, Evan
Thanks for your kindness. Let me explain my question in more datails. As attached, I have a data file of (x, y) form, where x is, say, temperature and y is resistance. The total number of data points in this example file is 359. As for sorting, I can do that using "Origin" program. As you see, since the data points are not evenly spapced over temperature (x), I want to divide them into intervals of equal length of x. Let's assume that the total number of intervals (that is, total number of new data points) is 50. Then, I want to divide the temperature range, from minimum to maximum, into 50 intervals of equal length. ANd then average the data points in each interval (the number of them will be different between intervals since data points are
not evenly spaced in the original file) to get a evenly spaced resistance versus temperature data file.