<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242511</link>
    <title>MATLAB Central Newsreader - plotting</title>
    <description>Feed for thread: plotting</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 16 Jan 2009 05:07:01 -0500</pubDate>
      <title>plotting</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242511#621975</link>
      <author>Mallu </author>
      <description>Hi,&lt;br&gt;
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 .&lt;br&gt;
How can I plot it in 2D where the amplitude should also be represented.&lt;br&gt;
With Regards, &lt;br&gt;
Mallu</description>
    </item>
    <item>
      <pubDate>Fri, 16 Jan 2009 05:21:02 -0500</pubDate>
      <title>Re: plotting</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242511#621982</link>
      <author>Sadik </author>
      <description>&quot;Mallu &quot; &amp;lt;s_naik51@yahoo.co.in&amp;gt; wrote in message &amp;lt;gkp4ll$bco$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; 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 .&lt;br&gt;
&amp;gt; How can I plot it in 2D where the amplitude should also be represented.&lt;br&gt;
&amp;gt; With Regards, &lt;br&gt;
&amp;gt; Mallu&lt;br&gt;
&lt;br&gt;
I hope imagesc with a colorbar should work for you. The colorbar will represent the increasing values of the amplitude.&lt;br&gt;
&lt;br&gt;
imagesc(Z);&lt;br&gt;
colorbar;&lt;br&gt;
&lt;br&gt;
Hope this helps.</description>
    </item>
    <item>
      <pubDate>Fri, 16 Jan 2009 05:31:01 -0500</pubDate>
      <title>Re: plotting</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242511#621983</link>
      <author>Sadik </author>
      <description>&quot;Mallu &quot; &amp;lt;s_naik51@yahoo.co.in&amp;gt; wrote in message &amp;lt;gkp4ll$bco$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; 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 .&lt;br&gt;
&amp;gt; How can I plot it in 2D where the amplitude should also be represented.&lt;br&gt;
&amp;gt; With Regards, &lt;br&gt;
&amp;gt; Mallu&lt;br&gt;
&lt;br&gt;
Oh, of course, if you would like to see x and y values as well, which should be the case, then you should write&lt;br&gt;
&lt;br&gt;
imagesc(x,y,z)</description>
    </item>
  </channel>
</rss>

