<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using HIST and BAR to customize your histograms</title>
	<atom:link href="http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2707</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 11 Jul 2011 15:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2707</guid>
		<description>@Winnie,
You will want to choose the bins specifically as shown in the documentation for HIST.</description>
		<content:encoded><![CDATA[<p>@Winnie,<br />
You will want to choose the bins specifically as shown in the documentation for HIST.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: winnie</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2702</link>
		<dc:creator>winnie</dc:creator>
		<pubDate>Sat, 09 Jul 2011 14:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2702</guid>
		<description>Hi Doug
i would like to use hist command to help to plot a frequency table with class size of 5, is it possible? 
eg: 
input=1 2 3 7 8 9
table=
[ 1-5   3 ;
  6-10  3 ]

thx a lot =)</description>
		<content:encoded><![CDATA[<p>Hi Doug<br />
i would like to use hist command to help to plot a frequency table with class size of 5, is it possible?<br />
eg:<br />
input=1 2 3 7 8 9<br />
table=<br />
[ 1-5   3 ;<br />
  6-10  3 ]</p>
<p>thx a lot =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2408</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Thu, 04 Nov 2010 16:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2408</guid>
		<description>@maria,

You can change the &#039;yTickLabel&#039; property of the axes with set.

Doug</description>
		<content:encoded><![CDATA[<p>@maria,</p>
<p>You can change the &#8216;yTickLabel&#8217; property of the axes with set.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maria</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2407</link>
		<dc:creator>maria</dc:creator>
		<pubDate>Thu, 04 Nov 2010 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2407</guid>
		<description>Hi Doug,
i want to ask you a question.
I want a function which creates a histogram where the x axis will consist words and y axis numbers. For example, i have the names {&#039;Paul&#039; &#039;Kate&#039; &#039;John&#039; &#039;Alex&#039;} and their ages {23 40 16 32} in a cell array 4x2. I want the names at x axis and ages at y axis.
Is there any function to do this?

Thanks a lot..</description>
		<content:encoded><![CDATA[<p>Hi Doug,<br />
i want to ask you a question.<br />
I want a function which creates a histogram where the x axis will consist words and y axis numbers. For example, i have the names {&#8216;Paul&#8217; &#8216;Kate&#8217; &#8216;John&#8217; &#8216;Alex&#8217;} and their ages {23 40 16 32} in a cell array 4&#215;2. I want the names at x axis and ages at y axis.<br />
Is there any function to do this?</p>
<p>Thanks a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2214</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 03 Aug 2010 17:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2214</guid>
		<description>Never tried this, but it might work:

http://www.mathworks.com/matlabcentral/fileexchange/25613-barrerror-utility-for-bar-plots-with-automatic-error-bars</description>
		<content:encoded><![CDATA[<p>Never tried this, but it might work:</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/25613-barrerror-utility-for-bar-plots-with-automatic-error-bars" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/25613-barrerror-utility-for-bar-plots-with-automatic-error-bars</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chitra</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2213</link>
		<dc:creator>Chitra</dc:creator>
		<pubDate>Tue, 03 Aug 2010 17:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2213</guid>
		<description>Is it possible to put error bars for a histogram. the error bar will be the standard deviation of the values used to plot the histogram.

Chitra</description>
		<content:encoded><![CDATA[<p>Is it possible to put error bars for a histogram. the error bar will be the standard deviation of the values used to plot the histogram.</p>
<p>Chitra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2100</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2100</guid>
		<description>@shalini

&gt;&gt;edit hist

Take a look at how it was implemented.</description>
		<content:encoded><![CDATA[<p>@shalini</p>
<p>>>edit hist</p>
<p>Take a look at how it was implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shalini</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2090</link>
		<dc:creator>Shalini</dc:creator>
		<pubDate>Tue, 08 Jun 2010 02:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2090</guid>
		<description>I&#039;m supposed to write a code for a histogram without using the hist function</description>
		<content:encoded><![CDATA[<p>I&#8217;m supposed to write a code for a histogram without using the hist function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2088</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2088</guid>
		<description>@Shalini,

Why would you want to?

You can use the output from hist as input to BAR.m if you want finer control.</description>
		<content:encoded><![CDATA[<p>@Shalini,</p>
<p>Why would you want to?</p>
<p>You can use the output from hist as input to BAR.m if you want finer control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shalini</title>
		<link>http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2087</link>
		<dc:creator>Shalini</dc:creator>
		<pubDate>Mon, 07 Jun 2010 04:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/12/using-hist-and-bar-to-customize-your-histograms/#comment-2087</guid>
		<description>Can I have some tips on how to write a MATLAB code to plot a histogram without using the function &quot;hist&quot;

Thanks, 
Shalini</description>
		<content:encoded><![CDATA[<p>Can I have some tips on how to write a MATLAB code to plot a histogram without using the function &#8220;hist&#8221;</p>
<p>Thanks,<br />
Shalini</p>
]]></content:encoded>
	</item>
</channel>
</rss>

