<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154288</link>
    <title>MATLAB Central Newsreader - histogram in matlab</title>
    <description>Feed for thread: histogram in matlab</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The 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>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 09 Aug 2007 22:06:23 -0400</pubDate>
      <title>histogram in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154288#387114</link>
      <author>huda nawaf</author>
      <description>HI&lt;br&gt;
What is the function that I can use to compute the gray &lt;br&gt;
level histogram in Matlab?&lt;br&gt;
&lt;br&gt;
thanks,huda&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Thu, 09 Aug 2007 22:45:10 -0400</pubDate>
      <title>Re: histogram in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154288#387120</link>
      <author>us</author>
      <description>huda nawaf&lt;br&gt;
&amp;lt;SNIP it's all in the language...&lt;br&gt;
&lt;br&gt;
&amp;gt; What is the function that I can use to compute the gray &lt;br&gt;
level histogram in Matlab...&lt;br&gt;
&lt;br&gt;
a hint:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help histc;&lt;br&gt;
&lt;br&gt;
% an image&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;img=uint8(floor(256*rand(50,50)));&lt;br&gt;
% the engine&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;n=histc(img(:),0:255);&lt;br&gt;
% the result&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;subplot(2,1,1);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;image(img);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;axis image;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;colormap(gray(256));&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;subplot(2,1,2);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;stem(n);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(gca,'xlim',[0,255]);&lt;br&gt;
&lt;br&gt;
us&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 21 Aug 2007 08:51:06 -0400</pubDate>
      <title>Re: histogram in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154288#388547</link>
      <author>huda nawaf</author>
      <description>"huda nawaf" &amp;lt;halmamory@yahoo.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;f9g34v$hi8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; HI&lt;br&gt;
&amp;gt; What is the function that I can use to compute the gray &lt;br&gt;
&amp;gt; level histogram in Matlab?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanks,huda&lt;br&gt;
&amp;gt; &lt;br&gt;
hi dear,&lt;br&gt;
thank you very much,I tried execute the code that you sent &lt;br&gt;
and I gained the result .&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Sat, 01 Sep 2007 17:19:15 -0400</pubDate>
      <title>Re: histogram in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154288#390373</link>
      <author>huda nawaf</author>
      <description>"huda nawaf" &amp;lt;halmamory@yahoo.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fae91q$lg4$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; "huda nawaf" &amp;lt;halmamory@yahoo.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;lt;f9g34v$hi8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; HI&lt;br&gt;
&amp;gt; &amp;gt; What is the function that I can use to compute the &lt;br&gt;
gray &lt;br&gt;
&amp;gt; &amp;gt; level histogram in Matlab?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; thanks,huda&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; hi dear,&lt;br&gt;
&amp;gt; thank you very much,I tried execute the code that you &lt;br&gt;
sent &lt;br&gt;
&amp;gt; and I gained the result .&lt;br&gt;
hello again &lt;br&gt;
I need now the histogram of color image .How?&lt;br&gt;
best,huda&lt;br&gt;
&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
