How to contour three lists: x, y, z?

Hi everyone,

I have three lists like

x = [x1,x2,x3, …xn]

y = [y1,y2,y3, …yn]

z = [z1,z2,z3, … zn]

How can I contour z against x, y plane?

Since I know nothing about Matlab. Based on the contour_demo.py, I still don’t know how to contour my three list x, y, z.

Thanks for your help.

Ouyang

···

Ring’em or ping’em. Make PC-to-phone calls as low as 1�/min with Yahoo! Messenger with Voice.

http://www.codecomments.com/archive278-2006-5-941324.html

hth,
Alan Isaac

···

On Sat, 24 Jun 2006, someone wrote:

I have three lists like
              x = [x1,x2,x3, ......xn]
              y = [y1,y2,y3, ......yn]
              z = [z1,z2,z3, ..... zn]
How can I contour z against x, y plane? Since I know
nothing about Matlab. Based on the contour_demo.py,
I still don't know how to contour my three list x, y, z.