|
"Mallu " <s_naik51@yahoo.co.in> wrote in message <gkp4ll$bco$1@fred.mathworks.com>...
> Hi,
> I have a small doubt, the thing is that I have divided a circle into 6 sectors and for each sector I have got one time signal reading , then I converted the polar coordinates into cartesian form. For each sector the X is an 1XnN array and Y is also an 1XN array, but the signal i.e the amplitude Z i have it as a N X N matrix .
> How can I plot it in 2D where the amplitude should also be represented.
> With Regards,
> Mallu
Oh, of course, if you would like to see x and y values as well, which should be the case, then you should write
imagesc(x,y,z)
|