<?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: cprintf &#8211; display formatted color text in the Command Window	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cprintf-display-formatted-color-text-in-command-window</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Sun, 15 Jan 2017 11:30:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-398686</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 11:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-398686</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-398683&quot;&gt;MolaRam&lt;/a&gt;.

Not as far as I know...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-398683">MolaRam</a>.</p>
<p>Not as far as I know&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MolaRam		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-398683</link>

		<dc:creator><![CDATA[MolaRam]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 10:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-398683</guid>

					<description><![CDATA[Hello Yair,
is it possible to set the text background color as well (not for the whole command window)?]]></description>
			<content:encoded><![CDATA[<p>Hello Yair,<br />
is it possible to set the text background color as well (not for the whole command window)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-369090</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 03 Feb 2016 10:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-369090</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-369070&quot;&gt;Alex Poulsen&lt;/a&gt;.

no Alex]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-369070">Alex Poulsen</a>.</p>
<p>no Alex</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex Poulsen		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-369070</link>

		<dc:creator><![CDATA[Alex Poulsen]]></dc:creator>
		<pubDate>Wed, 03 Feb 2016 04:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-369070</guid>

					<description><![CDATA[Would italicized text be possible?]]></description>
			<content:encoded><![CDATA[<p>Would italicized text be possible?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ahmed		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-363651</link>

		<dc:creator><![CDATA[ahmed]]></dc:creator>
		<pubDate>Wed, 09 Dec 2015 13:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-363651</guid>

					<description><![CDATA[Thanks very much, you guided me to the way and I will check it.]]></description>
			<content:encoded><![CDATA[<p>Thanks very much, you guided me to the way and I will check it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-363640</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 09 Dec 2015 09:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-363640</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-363600&quot;&gt;Ahmed&lt;/a&gt;.

@Ahmed - you can use COM to place the text/data in an Excel/Word/PowerPoint file and then color the relevant parts just as you would do manually. Basically you need to invoke a series of COM (=VBA) commands from Matlab, but for the specific details you will need to search elsewhere. This is way beyond the scope of a post comment.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-363600">Ahmed</a>.</p>
<p>@Ahmed &#8211; you can use COM to place the text/data in an Excel/Word/PowerPoint file and then color the relevant parts just as you would do manually. Basically you need to invoke a series of COM (=VBA) commands from Matlab, but for the specific details you will need to search elsewhere. This is way beyond the scope of a post comment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmed		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-363600</link>

		<dc:creator><![CDATA[Ahmed]]></dc:creator>
		<pubDate>Tue, 08 Dec 2015 16:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-363600</guid>

					<description><![CDATA[Dear Yair,
Great effort, From some of the previous discussion can I conclude that I can&#039;t use cprintf to print text to a file in color? 
Is there an alternative way to print colorful text to files?. I don&#039;t need text to be displayed in command window I need it in a file.]]></description>
			<content:encoded><![CDATA[<p>Dear Yair,<br />
Great effort, From some of the previous discussion can I conclude that I can&#8217;t use cprintf to print text to a file in color?<br />
Is there an alternative way to print colorful text to files?. I don&#8217;t need text to be displayed in command window I need it in a file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351850</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 24 Jun 2015 17:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-351850</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351843&quot;&gt;CH&lt;/a&gt;.

You need to set the callbacks to update the text dynamically, of course. 
If you&#039;d like me to help you debug your specific issue, contact me by email for a short consulting.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351843">CH</a>.</p>
<p>You need to set the callbacks to update the text dynamically, of course.<br />
If you&#8217;d like me to help you debug your specific issue, contact me by email for a short consulting.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CH		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351843</link>

		<dc:creator><![CDATA[CH]]></dc:creator>
		<pubDate>Wed, 24 Jun 2015 15:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-351843</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351842&quot;&gt;Yair Altman&lt;/a&gt;.

If I use the following line
&lt;pre lang=&#039;matlab&#039;&gt;set(handles.status,&#039;String&#039;,cwText); &lt;/pre&gt;

in the status box of my GUI, it does not show the updated outputs dynamically.
I could see only first several lines which depends on the status box size.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351842">Yair Altman</a>.</p>
<p>If I use the following line</p>
<pre lang='matlab'>set(handles.status,'String',cwText); </pre>
<p>in the status box of my GUI, it does not show the updated outputs dynamically.<br />
I could see only first several lines which depends on the status box size.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351842</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 24 Jun 2015 14:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=274#comment-351842</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351841&quot;&gt;CH&lt;/a&gt;.

@CH - What exactly are you trying to set &lt;code&gt;hh&lt;/code&gt; to?! what&#039;s wrong with setting your status box directly to &lt;code&gt;cwText&lt;/code&gt;?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/cprintf-display-formatted-color-text-in-command-window#comment-351841">CH</a>.</p>
<p>@CH &#8211; What exactly are you trying to set <code>hh</code> to?! what&#8217;s wrong with setting your status box directly to <code>cwText</code>?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
