Thread Subject: interp3

Subject: interp3

From: Ross

Date: 8 Apr, 2009 02:55:13

Message: 1 of 4

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

Subject: interp3

From: Ross

Date: 8 Apr, 2009 03:00:23

Message: 2 of 4

PS:
Z and V are also known.

Subject: interp3

From: John D'Errico

Date: 8 Apr, 2009 03:30:04

Message: 3 of 4

Ross <fed.rossi@gmail.com> wrote in message <48891dbe-8e0b-410e-9cf4-4dda5e08f94f@v28g2000vbb.googlegroups.com>...
> 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.

When you fix the value of X and Y, this reduces
the problem to a 1-d inverse problem. I would
convert it to a simple problem V(Z) - V0 = 0, for
the given value of V. Now it is just a question of
finding the zero crossings. If you do not know
how to do that, then look for "intersections" on
the file exchange (by Doug Schwarz.)

John

Subject: interp3

From: Ross

Date: 8 Apr, 2009 04:38:16

Message: 4 of 4

Thanks John!
R


On Apr 7, 11:30=A0pm, "John D'Errico" <woodch...@rochester.rr.com>
wrote:
> Ross <fed.ro...@gmail.com> wrote in message <48891dbe-8e0b-410e-9cf4-4dda=
5e08f...@v28g2000vbb.googlegroups.com>...
> > 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 =3D interp3(X,Y,Z,V,X,Y,ZI),
>
> > I would like to retrieve the value of ZI given that VI,X,Y are known.
>
> When you fix the value of X and Y, this reduces
> the problem to a 1-d inverse problem. I would
> convert it to a simple problem V(Z) - V0 =3D 0, for
> the given value of V. Now it is just a question of
> finding the zero crossings. If you do not know
> how to do that, then look for "intersections" on
> the file exchange (by Doug Schwarz.)
>
> John

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com