Path: news.mathworks.com!not-for-mail
From: "John D'Errico" <woodchips@rochester.rr.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: interp3 question?
Date: Mon, 9 Jun 2008 12:12:02 +0000 (UTC)
Organization: John D'Errico (1-3LEW5R)
Lines: 31
Message-ID: <g2j6mi$f6q$1@fred.mathworks.com>
References: <g2i9o9$qsu$1@fred.mathworks.com> <g2ib8j$cf0$1@canopus.cc.umanitoba.ca> <g2ibrp$at0$1@fred.mathworks.com> <g2imq4$hd$1@canopus.cc.umanitoba.ca> <g2j5kq$4cl$1@fred.mathworks.com>
Reply-To: "John D'Errico" <woodchips@rochester.rr.com>
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 1213013522 15578 172.30.248.37 (9 Jun 2008 12:12:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Jun 2008 12:12:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869215
Xref: news.mathworks.com comp.soft-sys.matlab:472806



"Hydroman S" <amirgsalem@gmail.com> wrote in message 
<g2j5kq$4cl$1@fred.mathworks.com>...
> Thanks Walter and John.  
> 
> Walter:  
> 
> > Is each row of D1 associated with a single column of F?
> 
> Yes.
> 
> > So D1(2) is associated with F(:,2) ? 
> 
> yes.
> 
> 
> And for any particular D2(K),
> > you are expecting to produce 20 output values?
> 
> Yes.
> 
> 
> > 
> > Are the rows of F independant of each other, or is there 
> some kind
> > of cross-correlation between the rows?
> 
> Yes the rows of F are independant of each other.

Then read my response. Use interp1.

John