Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello Everybody,
I have a query with interpolation:
We have 2 tables of data X1 and X3 with 4 items for each table (or matrix, vector)
X1 at value of arguments 10
X3 at value of arguments 20
I want to interpolate at 12 of arguments?
Can anyone help me?
Solved! Go to Solution.
Thank you so much!
Of course Fred's method works.
But you shouldn't need to define the interpolation function, just use linterp(), which is built-in.
Success!
Luc
DUH!
More coffee!
Very useful, thank you so much.
Here is a variant getting rid of the range variable and using a function with vectorization: