<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Binning data in MATLAB</title>
	<link>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Sun, 22 Nov 2009 23:54:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1295</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:28:46 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1295</guid>
		<description>Ilya,

There are very often ways in MATLAB to accomplish tasks in fewer commands.  It is mostly a matter of taste as to which to use.  

I tend to go for things that are easily read and understood by the most people.  I needed to look up the doc on ACCUMARRAY to understand the above code.  So, I suspect many people, myself included, would take longer to understand the shorter code.  It is all trade-offs, and knowing several ways of doing something is great.  

Good find, I will have to add that to my bag of MATLAB tricks.

-Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Ilya,</p>
<p>There are very often ways in MATLAB to accomplish tasks in fewer commands.  It is mostly a matter of taste as to which to use.  </p>
<p>I tend to go for things that are easily read and understood by the most people.  I needed to look up the doc on ACCUMARRAY to understand the above code.  So, I suspect many people, myself included, would take longer to understand the shorter code.  It is all trade-offs, and knowing several ways of doing something is great.  </p>
<p>Good find, I will have to add that to my bag of MATLAB tricks.</p>
<p>-Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Rozenfeld</title>
		<link>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1289</link>
		<dc:creator>Ilya Rozenfeld</dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:43:08 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1289</guid>
		<description>The last loop could've been done simpler:

binMean = accumarray(whichBin, y, [], @mean)</description>
		<content:encoded><![CDATA[<p>The last loop could&#8217;ve been done simpler:</p>
<p>binMean = accumarray(whichBin, y, [], @mean)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Eaton</title>
		<link>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1288</link>
		<dc:creator>Kenneth Eaton</dc:creator>
		<pubDate>Thu, 08 Jan 2009 18:55:00 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1288</guid>
		<description>I just checked out Stack Overflow last night, and it looks like a pretty cool community. I think I may start getting active over there.

Thanks for pointing it out!
Ken</description>
		<content:encoded><![CDATA[<p>I just checked out Stack Overflow last night, and it looks like a pretty cool community. I think I may start getting active over there.</p>
<p>Thanks for pointing it out!<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurélien Queffurust</title>
		<link>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1285</link>
		<dc:creator>Aurélien Queffurust</dc:creator>
		<pubDate>Thu, 08 Jan 2009 09:05:52 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/#comment-1285</guid>
		<description>3 years ago we  built a community for French MATLAB users  here:
http://www.developpez.net/forums/f148/environnements-developpement/matlab/
It is like the MATLAB Central except 5 of us can moderate the forum (check spelling, no SMS message, use of HTML markup to insert code or error messages...). It is currently divided in 4 parts : MATLAB , GUI, IMAGE and Signal Processing. For each part we promote the new releases of MATLAB and of course your blogs!</description>
		<content:encoded><![CDATA[<p>3 years ago we  built a community for French MATLAB users  here:<br />
<a href="http://www.developpez.net/forums/f148/environnements-developpement/matlab/" rel="nofollow">http://www.developpez.net/forums/f148/environnements-developpement/matlab/</a><br />
It is like the MATLAB Central except 5 of us can moderate the forum (check spelling, no SMS message, use of HTML markup to insert code or error messages&#8230;). It is currently divided in 4 parts : MATLAB , GUI, IMAGE and Signal Processing. For each part we promote the new releases of MATLAB and of course your blogs!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
