<?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: Cleaner code in MATLAB part two</title>
	<atom:link href="http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 17 Feb 2012 15:58:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/#comment-1350</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 15 Jan 2007 18:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1922#comment-1350</guid>
		<description>Martin,

This is an excellent observation.  I am thinking of adding another video in this series that might be able to fit in code optimizations like that.

Thank you,
Doug</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>This is an excellent observation.  I am thinking of adding another video in this series that might be able to fit in code optimizations like that.</p>
<p>Thank you,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cohen</title>
		<link>http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/#comment-1349</link>
		<dc:creator>Martin Cohen</dc:creator>
		<pubDate>Sat, 13 Jan 2007 01:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1922#comment-1349</guid>
		<description>I long ago got in the habit of eliminating sqrt&#039;s from distance computations whenever possible, since the sqrt usually takes longer than computing the square of the distance. In this case, I would compare the sum of squares with r^2.</description>
		<content:encoded><![CDATA[<p>I long ago got in the habit of eliminating sqrt&#8217;s from distance computations whenever possible, since the sqrt usually takes longer than computing the square of the distance. In this case, I would compare the sum of squares with r^2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

