<?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: Dynamic field name usage</title>
	<atom:link href="http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/</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: Jeremy Gibson</title>
		<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-2551</link>
		<dc:creator>Jeremy Gibson</dc:creator>
		<pubDate>Mon, 07 Feb 2011 21:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-2551</guid>
		<description>Doug - Thanks tons!  I&#039;ve been searching for a few days on code to dynamically reference field names that change by increments of 1 (i.e., data.signal_1, data.signal_2) and until now I was trying, unsuccessfully to index them via EVAL with a for loop.  Your code is simpler and makes much more sense!  Thanks Tons.</description>
		<content:encoded><![CDATA[<p>Doug &#8211; Thanks tons!  I&#8217;ve been searching for a few days on code to dynamically reference field names that change by increments of 1 (i.e., data.signal_1, data.signal_2) and until now I was trying, unsuccessfully to index them via EVAL with a for loop.  Your code is simpler and makes much more sense!  Thanks Tons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-2521</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 17 Jan 2011 15:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-2521</guid>
		<description>@Prabhakar,

If I got one person to avoid unneeded EVALS, then this was all worth it! :)

Doug</description>
		<content:encoded><![CDATA[<p>@Prabhakar,</p>
<p>If I got one person to avoid unneeded EVALS, then this was all worth it! :)</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhakar</title>
		<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-2520</link>
		<dc:creator>Prabhakar</dc:creator>
		<pubDate>Mon, 17 Jan 2011 00:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-2520</guid>
		<description>Vow!!!!!!! Goodbye eval.. 

Thanks a lot!!
Prabhakar</description>
		<content:encoded><![CDATA[<p>Vow!!!!!!! Goodbye eval.. </p>
<p>Thanks a lot!!<br />
Prabhakar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-1354</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Thu, 05 Mar 2009 14:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-1354</guid>
		<description>Christos,

Thanks for letting me know.  I never know what videos really help people unless I read goodness like this in the comments.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Christos,</p>
<p>Thanks for letting me know.  I never know what videos really help people unless I read goodness like this in the comments.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christos</title>
		<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-1353</link>
		<dc:creator>Christos</dc:creator>
		<pubDate>Thu, 05 Mar 2009 11:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-1353</guid>
		<description>Thanks, another excellent post.

And timely too. Actually I had a similar problem a few days ago and had addressed it with a switch/case statement.

After your post though, I changed it and the code is now much better: more compact, less error-prone and easier to change (if needed). 

Too bad I hadn&#039;t read it on time.

Christos</description>
		<content:encoded><![CDATA[<p>Thanks, another excellent post.</p>
<p>And timely too. Actually I had a similar problem a few days ago and had addressed it with a switch/case statement.</p>
<p>After your post though, I changed it and the code is now much better: more compact, less error-prone and easier to change (if needed). </p>
<p>Too bad I hadn&#8217;t read it on time.</p>
<p>Christos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-1346</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 27 Feb 2009 23:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/27/dynamic-field-name-usage/#comment-1346</guid>
		<description>Thanks Doug, I am sure I will be learning greatly here and hope to deliver better tutorials in near future.</description>
		<content:encoded><![CDATA[<p>Thanks Doug, I am sure I will be learning greatly here and hope to deliver better tutorials in near future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

