@qoqo wrote:
I have two array; double [ ] X and double [ ] Y. Using this unsorted and different arrays, I obtained a cubic spline array like:
CubicSpline newdatafunc = CubicSpline.Interpolate(X, Y);
Now, I want to find max interpolate value in this series; even if it is bigger than all of the Y array elements.
Note: Also, I try to create chart using this cubicspline interpolate series. How can I convert to datas, like [ ] newX and [ ]newY which is meaning included interpolated values.
Posts: 1
Participants: 1