Home > Archive > Matlab > September 2006 > color- encoding in 2d?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
color- encoding in 2d?
|
|
| Rebecca 2006-09-29, 8:05 am |
| can anybody tell me, how to encode a 2d-plot by allocating each
z-value to a color??
the matrix I try to plot contains x and y values, and the "strength"
at each point, which I want to display as color...
thank you very much...
Rebecca
| |
|
|
|
| Rebecca wrote:
>
>
> can anybody tell me, how to encode a 2d-plot by allocating each
> z-value to a color??
> the matrix I try to plot contains x and y values, and the
> "strength"
> at each point, which I want to display as color...
>
> thank you very much...
> Rebecca
type:
help contourf
|
|
|
|
|