From: anirban on
I have data set containing (x,y,z). Here z is the height at (x,y). I
want to plot different region of the (x,y) plane with different color
(according to the height at that point) with matlab. Can you help me
please?
From: Wayne King on
anirban <anirban.chaos(a)gmail.com> wrote in message <c16ae2b4-2359-4fbb-a7a2-f08db3b9a686(a)z3g2000yqz.googlegroups.com>...
> I have data set containing (x,y,z). Here z is the height at (x,y). I
> want to plot different region of the (x,y) plane with different color
> (according to the height at that point) with matlab. Can you help me
> please?

Hi, You can read

>>doc surf

hope that helps,
Wayne
From: anirban on
On Apr 13, 6:19 pm, "Wayne King" <wmkin...(a)gmail.com> wrote:
> anirban <anirban.ch...(a)gmail.com> wrote in message <c16ae2b4-2359-4fbb-a7a2-f08db3b9a...(a)z3g2000yqz.googlegroups.com>...
> > I have data set containing (x,y,z). Here z is the height at (x,y). I
> > want to plot different region of the (x,y) plane with different color
> > (according to the height at that point) with matlab. Can you help me
> > please?
>
> Hi, You can read
>
> >>doc surf
>
> hope that helps,
> Wayne

Thanks Wayne. That really helped a lot and solved my problem.