Interp Function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Interp Function
Hi guys
I have 2 sets of data kz.b and kc and the refence variable z.b
currently i can interpolation to find what kc is when z.b is equal to a value hence the below;
however there a various values of Kcphi which i may need to interpolate between such as if
kcphi was 6 i would then need to interpolate the value between kcphi5 and kcphi10 to then return the value and interpolate z.b to return the vlaue i am after.
i was wondering if there is a function that could be written to help with this
Thanks 🙂
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You may use the 2D interpolation function provided in the attached sheet.
I assumed phi to be an angle in degree, so I added the necessary unit.
The same principle could easily be applied to use spline interpolations instead of linear interpolations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You may use the 2D interpolation function provided in the attached sheet.
I assumed phi to be an angle in degree, so I added the necessary unit.
The same principle could easily be applied to use spline interpolations instead of linear interpolations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you
