Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: interp3 question?
Date: Mon, 9 Jun 2008 12:47:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 8
Message-ID: <g2j8o5$76c$1@fred.mathworks.com>
References: <g2i9o9$qsu$1@fred.mathworks.com> <g2ir1d$bh9$1@fred.mathworks.com> <g2j6qa$gd2$1@fred.mathworks.com> <g2j7gp$nmo$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 1213015621 7372 172.30.248.37 (9 Jun 2008 12:47:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Jun 2008 12:47:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1376919
Xref: news.mathworks.com comp.soft-sys.matlab:472817



this works, thanks John.  I'm a believer now :)

I guess what was confusing me is that the length of D had 
to be equal to the # of columns in F as you show in your 
example:

interp1(linspace(0,1,5)',rand(5,6),rand(3,1))