Solved
Interpolation
Hello everyone
I want to perform an interpolation, but it tells me that the elements of the vector must be in ascending order, what I can do in this case?

Thanks in advance.
Hello everyone
I want to perform an interpolation, but it tells me that the elements of the vector must be in ascending order, what I can do in this case?

Thanks in advance.
As the values of your vector VX are in descending order you may simply use reverse(VX) and reverse(VY) instead of VX and VY.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.