From: Jim O'Doherty on
Hi all,
Some help with a beginner problem please and thak you?
I have three 1-D arrays, X, Y, Z which are basically x and y positions in space, and the z array is the height. I can plot these using plot3, but I'm looking to make an image, i.e. some sort of color scale from the Z data.
Does anyone know how I might go about this?

Thanks
Jim O'Doherty
From: Walter Roberson on
Jim O'Doherty wrote:

> I have three 1-D arrays, X, Y, Z which are basically x and y positions
> in space, and the z array is the height. I can plot these using plot3,
> but I'm looking to make an image, i.e. some sort of color scale from the
> Z data. Does anyone know how I might go about this?

griddata() and surf(), perhaps