From: mona on 22 Dec 2009 12:21 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 22 Dec 2009 13:08 "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 22 Dec 2009 13:16 I don't understand your data. Shouldn't z be a 4x4 array?
From: mona on 22 Dec 2009 14:00 "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
|
Pages: 1 Prev: possible bug at matlab? (taylor series) Next: solve nonlinear implicit equation |