cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Interpolation

BPP
8-Gravel
8-Gravel

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?

Foto.png

Thanks in advance.

ACCEPTED SOLUTION

Accepted Solutions
Werner_E
25-Diamond I
(To:BPP)

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.

View solution in original post

2 REPLIES 2
Werner_E
25-Diamond I
(To:BPP)

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.

BPP
8-Gravel
8-Gravel
(To:Werner_E)

Thanks Werner

Announcements

Top Tags