<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248601</link>
    <title>MATLAB Central Newsreader - interp3</title>
    <description>Feed for thread: interp3</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 08 Apr 2009 02:55:13 -0400</pubDate>
      <title>interp3</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248601#641214</link>
      <author>Ross</author>
      <description>Hi everyone,&lt;br&gt;
&lt;br&gt;
I am not sure if matlab has a built-in function for this.&lt;br&gt;
&lt;br&gt;
Instead of using interp3 to linearly interpolate a three-dimensional&lt;br&gt;
function V as follows,&lt;br&gt;
&lt;br&gt;
VI = interp3(X,Y,Z,V,X,Y,ZI),&lt;br&gt;
&lt;br&gt;
I would like to retrieve the value of ZI given that VI,X,Y are known.&lt;br&gt;
&lt;br&gt;
Thanks!!&lt;br&gt;
R</description>
    </item>
    <item>
      <pubDate>Wed, 08 Apr 2009 03:00:23 -0400</pubDate>
      <title>Re: interp3</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248601#641217</link>
      <author>Ross</author>
      <description>PS:&lt;br&gt;
Z and V are also known.</description>
    </item>
    <item>
      <pubDate>Wed, 08 Apr 2009 03:30:04 -0400</pubDate>
      <title>Re: interp3</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248601#641221</link>
      <author>John D'Errico</author>
      <description>Ross &amp;lt;fed.rossi@gmail.com&amp;gt; wrote in message &amp;lt;48891dbe-8e0b-410e-9cf4-4dda5e08f94f@v28g2000vbb.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi everyone,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am not sure if matlab has a built-in function for this.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Instead of using interp3 to linearly interpolate a three-dimensional&lt;br&gt;
&amp;gt; function V as follows,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; VI = interp3(X,Y,Z,V,X,Y,ZI),&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to retrieve the value of ZI given that VI,X,Y are known.&lt;br&gt;
&lt;br&gt;
When you fix the value of X and Y, this reduces&lt;br&gt;
the problem to a 1-d inverse problem. I would&lt;br&gt;
convert it to a simple problem V(Z) - V0 = 0, for&lt;br&gt;
the given value of V. Now it is just a question of&lt;br&gt;
finding the zero crossings. If you do not know&lt;br&gt;
how to do that, then look for &quot;intersections&quot; on&lt;br&gt;
the file exchange (by Doug Schwarz.)&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Wed, 08 Apr 2009 04:38:16 -0400</pubDate>
      <title>Re: interp3</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248601#641240</link>
      <author>Ross</author>
      <description>Thanks John!&lt;br&gt;
R&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On Apr 7, 11:30=A0pm, &quot;John D'Errico&quot; &amp;lt;woodch...@rochester.rr.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; Ross &amp;lt;fed.ro...@gmail.com&amp;gt; wrote in message &amp;lt;48891dbe-8e0b-410e-9cf4-4dda=&lt;br&gt;
5e08f...@v28g2000vbb.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi everyone,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I am not sure if matlab has a built-in function for this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Instead of using interp3 to linearly interpolate a three-dimensional&lt;br&gt;
&amp;gt; &amp;gt; function V as follows,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; VI =3D interp3(X,Y,Z,V,X,Y,ZI),&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I would like to retrieve the value of ZI given that VI,X,Y are known.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; When you fix the value of X and Y, this reduces&lt;br&gt;
&amp;gt; the problem to a 1-d inverse problem. I would&lt;br&gt;
&amp;gt; convert it to a simple problem V(Z) - V0 =3D 0, for&lt;br&gt;
&amp;gt; the given value of V. Now it is just a question of&lt;br&gt;
&amp;gt; finding the zero crossings. If you do not know&lt;br&gt;
&amp;gt; how to do that, then look for &quot;intersections&quot; on&lt;br&gt;
&amp;gt; the file exchange (by Doug Schwarz.)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; John</description>
    </item>
  </channel>
</rss>

