How to plot isolines from sampled data?

  • Follow


Hello,

I want to plot the isolines of an unknown function of 2 variables (z = f(x,y)).
The only information available about this function is a set of values of the form:

x1 y1 z11
x1 y2 z12
....
x1 yN z1N
x2 y1 z21
x2 y2 z22
x2 yN z2N
....
xN yN zN

How can I plot the isolines of this function?

Thanks in advance for any help.

Americo
0
Reply Americo 5/5/2010 4:28:04 AM

On May 5, 4:28=A0pm, "Americo " <americo.cunh...@gmail.com> wrote:
> Hello,
>
> I want to plot the isolines of an unknown function of 2 variables (z =3D =
f(x,y)).
> The only information available about this function is a set of values of =
the form:
>
> x1 y1 z11
> x1 y2 z12
> ...
> x1 yN z1N
> x2 y1 z21
> x2 y2 z22
> x2 yN z2N
> ...
> xN yN zN
>
> How can I plot the isolines of this function?
>
> Thanks in advance for any help.
>
> Americo

help griddata - if the data are randomly spaced in x and y
help contour
0
Reply TideMan 5/5/2010 5:49:29 AM


1 Replies
1278 Views

(page loaded in 0.073 seconds)

Similiar Articles:













7/20/2012 11:16:34 AM


Reply: