<?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: Colorizing text output</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Mon, 13 Feb 2012 21:06:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-7197</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 22 Jul 2010 13:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-7197</guid>
		<description>@Chuck,
 Not in an easy and documented way. The best thing I can think of is to put in some javascript that reloads the page every so often.</description>
		<content:encoded><![CDATA[<p>@Chuck,<br />
 Not in an easy and documented way. The best thing I can think of is to put in some javascript that reloads the page every so often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Andraka</title>
		<link>http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-7196</link>
		<dc:creator>Chuck Andraka</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/05/25/colorizing-text-output/#comment-7196</guid>
		<description>Mike:

Your approach writes this to file. Is there any way to dynamically and continuously write this to a browser that is open? This would &quot;simulate&quot; the output (command) window more closely.

Thanks
Chuck</description>
		<content:encoded><![CDATA[<p>Mike:</p>
<p>Your approach writes this to file. Is there any way to dynamically and continuously write this to a browser that is open? This would &#8220;simulate&#8221; the output (command) window more closely.</p>
<p>Thanks<br />
Chuck</p>
]]></content:encoded>
	</item>
	<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 isPermaLink="false">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&#039;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 &#8211; 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 isPermaLink="false">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 isPermaLink="false">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>

