<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169303</link>
    <title>MATLAB Central Newsreader - histograms</title>
    <description>Feed for thread: histograms</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, 15 May 2008 10:38:02 -0400</pubDate>
      <title>histograms</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169303#432203</link>
      <author>beda meda</author>
      <description>Is there a way to make histogram to look not like boxes but&lt;br&gt;
like spline?&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 16 May 2008 01:38:13 -0400</pubDate>
      <title>Re: histograms</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169303#432402</link>
      <author>ImageAnalyst</author>
      <description>On May 15, 6:38=A0am, "beda meda" &amp;lt;b.m...@centrum.cz&amp;gt; wrote:&lt;br&gt;
&amp;gt; Is there a way to make histogram to look not like boxes but&lt;br&gt;
&amp;gt; like spline?&lt;br&gt;
&lt;br&gt;
Not sure what you mean by a spline.  You could get the counts and bin&lt;br&gt;
values and plot them with an x-y plot instead of a bar chart which is&lt;br&gt;
more standard for displaying histograms.  Is that what you mean?&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 16 May 2008 10:08:02 -0400</pubDate>
      <title>Re: histograms</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169303#432450</link>
      <author>aasim Azooz</author>
      <description>"beda meda" &amp;lt;b.meda@centrum.cz&amp;gt; wrote in message &amp;lt;g0h3qa$983&lt;br&gt;
$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Is there a way to make histogram to look not like boxes &lt;br&gt;
but&lt;br&gt;
&amp;gt; like spline?&lt;br&gt;
if your data is in x for example and your histogram is in n &lt;br&gt;
bins , then use&lt;br&gt;
z=hist(x,n)&lt;br&gt;
plot(z)&lt;br&gt;
Aasim Azooz&lt;br&gt;
&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
