Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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: