<?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: MATLAB Basics: GUI input validation</title>
	<link>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Sun, 08 Nov 2009 04:56:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-4864</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 08 Nov 2007 14:37:45 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-4864</guid>
		<description>Ken,

Thank you, the file was corrupted.  I have verified the fix is working now.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Ken,</p>
<p>Thank you, the file was corrupted.  I have verified the fix is working now.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Rotter</title>
		<link>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-4837</link>
		<dc:creator>Ken Rotter</dc:creator>
		<pubDate>Thu, 08 Nov 2007 09:33:28 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-4837</guid>
		<description>Video cutting off after 1:30 seconds today- tried three times.</description>
		<content:encoded><![CDATA[<p>Video cutting off after 1:30 seconds today- tried three times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-4182</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 02 Nov 2007 12:40:24 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-4182</guid>
		<description>José,

I totally agree with your idea here.  In my video series "Cleaner Code in MATLAB" 

http://blogs.mathworks.com/pick/2006/12/13/cleaner-code-in-matlab-part-1-of-series/
http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/

I talk about how you should avoid the use of Magic Numbers.  Sometimes I do things for brevity in the videos that I could do better with more time.

Thanks!
Doug</description>
		<content:encoded><![CDATA[<p>José,</p>
<p>I totally agree with your idea here.  In my video series &#8220;Cleaner Code in MATLAB&#8221; </p>
<p><a href="http://blogs.mathworks.com/pick/2006/12/13/cleaner-code-in-matlab-part-1-of-series/" rel="nofollow">http://blogs.mathworks.com/pick/2006/12/13/cleaner-code-in-matlab-part-1-of-series/</a><br />
<a href="http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/" rel="nofollow">http://blogs.mathworks.com/pick/2007/01/12/cleaner-code-in-matlab-part-two/</a></p>
<p>I talk about how you should avoid the use of Magic Numbers.  Sometimes I do things for brevity in the videos that I could do better with more time.</p>
<p>Thanks!<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Ramón Menzinger</title>
		<link>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-3952</link>
		<dc:creator>José Ramón Menzinger</dc:creator>
		<pubDate>Wed, 31 Oct 2007 11:20:28 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/10/30/matlab-basics-gui-input-validation/#comment-3952</guid>
		<description>It is a fine Exampla but the code line:
set(hObject, 'String', '12');
is IMO not realy adecuate.

These kind of declarations will produce "other errors" soon or later... I find better something like:

set(hObject, 'String', num2str(modeNum) );

so wenn you mustchange the treshold value you shuoldf change only one value, isn't it?

Best regards!

J.R.!</description>
		<content:encoded><![CDATA[<p>It is a fine Exampla but the code line:<br />
set(hObject, &#8216;String&#8217;, &#8216;12&#8242;);<br />
is IMO not realy adecuate.</p>
<p>These kind of declarations will produce &#8220;other errors&#8221; soon or later&#8230; I find better something like:</p>
<p>set(hObject, &#8216;String&#8217;, num2str(modeNum) );</p>
<p>so wenn you mustchange the treshold value you shuoldf change only one value, isn&#8217;t it?</p>
<p>Best regards!</p>
<p>J.R.!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
