Hi,
Thank you for your answer. Using a single array of numbers works correctly on PDA. But I need to interpolate the points by the following way:
I have some datapoints like (379,23; 7580),(384,51; 9210), and I want to interpolate the y-values for the corresponding x-values 380, 381, 382 and so on. So I have to use a cluster with this function.
Any idea why it works with an array, but not with a cluster?
Martin