Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: interp3 question?
Date: Mon, 9 Jun 2008 03:58:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <g2i9o9$qsu$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1212983881 27550 172.30.248.37 (9 Jun 2008 03:58:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Jun 2008 03:58:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1376919
Xref: news.mathworks.com comp.soft-sys.matlab:472767



I have a set of points; say D1 (3x1), Each of these points 
is assigned a matrix, F (20 x 3). 

I also have another set of points, say D2 (4 x 1), how can 
I interpolate I wish to interpolate F over the set D2.  

I looked up interp3 and griddatan, but was not able to 
accomplish my goal, any tips?