<?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: Colorizing text output</title>
	<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/</link>
	<description>Ken &#38; Mike work on the MATLAB Desktop team</description>
	<pubDate>Sun, 22 Nov 2009 23:43:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Scott Hirsch</title>
		<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-6262</link>
		<dc:creator>Scott Hirsch</dc:creator>
		<pubDate>Tue, 26 May 2009 11:54:05 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-6262</guid>
		<description>For those who find CPRINTF addresses their needs well - keep in mind Yair's warning that code relying on undocumented/unsupported functionality may be more likely to break.  If you want your code to last, code defensively:

&lt;pre&gt;
try
  cprintf(...
catch ME
  fprintf(...
end
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>For those who find CPRINTF addresses their needs well - keep in mind Yair&#8217;s warning that code relying on undocumented/unsupported functionality may be more likely to break.  If you want your code to last, code defensively:</p>
<pre>
try
  cprintf(...
catch ME
  fprintf(...
end
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petter</title>
		<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-6261</link>
		<dc:creator>Petter</dc:creator>
		<pubDate>Tue, 26 May 2009 06:28:33 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-6261</guid>
		<description>Yeah, CPRINTF works beautifully.</description>
		<content:encoded><![CDATA[<p>Yeah, CPRINTF works beautifully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-6260</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Mon, 25 May 2009 17:56:27 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-6260</guid>
		<description>What about CPRINTF by Yair Altman?
It can be found in the File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/24093

This has been the File Exchange Pick of the Week on May 15th, but that blog article seems to have been removed now... Perhaps because CPRINTF uses undocumented features?</description>
		<content:encoded><![CDATA[<p>What about CPRINTF by Yair Altman?<br />
It can be found in the File Exchange: <a href="http://www.mathworks.com/matlabcentral/fileexchange/24093" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/24093</a></p>
<p>This has been the File Exchange Pick of the Week on May 15th, but that blog article seems to have been removed now&#8230; Perhaps because CPRINTF uses undocumented features?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
