3-D and 4-D Interpolation for datas that are not monotone increasing

Hi,
I have 4 vectors A,B,C and D with n x 1 Dimension , i'th points of the Vectors build workpoint i together. My Problem is that the Datas are not simultaneously monotone increasing, actually the matrice A has the form of : A(1:r,1)=a1, A(r+1:s,1)=a2, A(s+1:t,1)=a3 and A(t+1:n,1)=a4. The matrice B is monotone increasing, The matrices C and D are monotone increasing to a maximal point and decreas afterwards. I wannt to do the 4-D interpolation for C/D ( C/D=f(A,B,D/C) ). I should grid the volume built from A,B and D/C, what I can not do,becaus of the Problom I mentioned above. I was going to use the griddatan function mit the default method of linear interpolation. Does any of U have a solution for this type of datainterpolation?
Dena

 Accepted Answer

More Answers (1)

Then use griddatan (or encourage your IT department to upgrade the release :) ).

4 Comments

:)) that would be hard, the department is using Win XP ,so... with griddatan the problom remains :(
What problem? griddatan existed in 9a.
I have like I said datas that are not simultaneously monotone increasing!
This is exactly what griddatan is to be used for!

Sign in to comment.

Categories

Find more on Interpolation in Help Center and File Exchange

Asked:

on 8 Oct 2013

Commented:

on 8 Oct 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!