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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Interpolation

BPP
7-Bedrock
7-Bedrock

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Werner_E
24-Ruby V
(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
24-Ruby V
(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
7-Bedrock
7-Bedrock
(To:Werner_E)

Thanks Werner

Top Tags