Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!v28g2000vbb.googlegroups.com!not-for-mail
From: Ross <fed.rossi@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: interp3
Date: Tue, 7 Apr 2009 19:55:13 -0700 (PDT)
Organization: http://groups.google.com
Lines: 15
Message-ID: <48891dbe-8e0b-410e-9cf4-4dda5e08f94f@v28g2000vbb.googlegroups.com>
NNTP-Posting-Host: 152.2.126.243
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1239159313 22844 127.0.0.1 (8 Apr 2009 02:55:13 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 8 Apr 2009 02:55:13 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: v28g2000vbb.googlegroups.com; posting-host=152.2.126.243; 
	posting-account=lHK6MwoAAAAe9aLko-Y6qpdeG9jTqyFf
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.4) 
	Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe)
Bytes: 1362
Xref: news.mathworks.com comp.soft-sys.matlab:531236


Hi everyone,

I am not sure if matlab has a built-in function for this.

Instead of using interp3 to linearly interpolate a three-dimensional
function V as follows,

VI = interp3(X,Y,Z,V,X,Y,ZI),

I would like to retrieve the value of ZI given that VI,X,Y are known.

Thanks!!
R