Interpolation with Table
May 10, 2018
05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
05:33 AM
Interpolation with Table
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.
Labels:
- Labels:
-
Mathcad Usage
ACCEPTED SOLUTION
Accepted Solutions
May 10, 2018
12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
6 REPLIES 6
May 10, 2018
07:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
06:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
06:06 PM
Thank you so much!
May 10, 2018
11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
11:13 AM
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
May 10, 2018
12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
12:39 PM
DUH!
More coffee!
May 10, 2018
06:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
06:07 PM
Very useful, thank you so much.
May 10, 2018
02:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 10, 2018
02:43 PM
Here is a variant getting rid of the range variable and using a function with vectorization: