From: mona on
Hi all;
I have this data: x=[ 0, .01 ,.02, .3] ;y=[ 0 ,.01 ,.02 ,.3] ; z=[.08, .06, .02 0 ];
and I want to use it to plot surface then I need to cut it by contoure at z=o;
thanks
From: someone on
"mona " <iee2006(a)yahoo.com> wrote in message <hgqv61$h48$1(a)fred.mathworks.com>...
> Hi all;
> I have this data: x=[ 0, .01 ,.02, .3] ;y=[ 0 ,.01 ,.02 ,.3] ; z=[.08, .06, .02 0 ];
> and I want to use it to plot surface then I need to cut it by contoure at z=o;
> thanks

doc plot3
doc contour
doc contourslice
From: Andy on
I don't understand your data. Shouldn't z be a 4x4 array?
From: mona on
"Andy " <theorigamist(a)gmail.com> wrote in message <hgr2dk$btg$1(a)fred.mathworks.com>...
> I don't understand your data. Shouldn't z be a 4x4 array?

for each (x_i,y_i) I got z_i and I want to label the area where z<0 and the area where z>0 ; for this I thihk that good to use contour.

many thanks
mona