<?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: Bold color text in the Command Window	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/bold-color-text-in-the-command-window/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/bold-color-text-in-the-command-window?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bold-color-text-in-the-command-window</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 30 Oct 2019 20:04:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Khaled		</title>
		<link>https://undocumentedmatlab.com/articles/bold-color-text-in-the-command-window#comment-506138</link>

		<dc:creator><![CDATA[Khaled]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 20:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3052#comment-506138</guid>

					<description><![CDATA[Hello,
I found out how Matlab displays bold hyperlinks. It does so by adding an inline style (style=&quot;font-weight:bold&quot;) inside the &lt;code&gt;&#060;a&#062;&lt;/code&gt; tag. For example:
&lt;pre lang=&quot;matlab&quot;&gt;fprintf(&#039;\n\t&lt;a href=&quot;matlab:doc sin&quot; style=&quot;font-weight:bold&quot; rel=&quot;nofollow&quot;&gt;sin&lt;/a&gt;\n\n&#039;);&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I found out how Matlab displays bold hyperlinks. It does so by adding an inline style (style=&#8221;font-weight:bold&#8221;) inside the <code>&lt;a&gt;</code> tag. For example:</p>
<pre lang="matlab">fprintf('\n\t<a href="matlab:doc sin" style="font-weight:bold" rel="nofollow">sin</a>\n\n');</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Another Command Window text color hack &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/bold-color-text-in-the-command-window#comment-307178</link>

		<dc:creator><![CDATA[Another Command Window text color hack &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Wed, 01 Jan 2014 09:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3052#comment-307178</guid>

					<description><![CDATA[[...] using my cprintf utility. I followed this up last year with the relatively new ability to display bold text formatting, using either fprintf or cprintf.A short while ago, Carsten Allefeld (a regular on this blog) [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] using my cprintf utility. I followed this up last year with the relatively new ability to display bold text formatting, using either fprintf or cprintf.A short while ago, Carsten Allefeld (a regular on this blog) [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aurélien Queffurust		</title>
		<link>https://undocumentedmatlab.com/articles/bold-color-text-in-the-command-window#comment-103035</link>

		<dc:creator><![CDATA[Aurélien Queffurust]]></dc:creator>
		<pubDate>Thu, 09 Aug 2012 07:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3052#comment-103035</guid>

					<description><![CDATA[Hi Yair,

Nice article as usual. I had also noticed in Sept. 2011 the new bold syntax for the help 
FYI you can read the answer of Scott Hirsch on my blog : 
http://blog.developpez.com/matlab4geek/p10298/r2011b/startup-accelerator-et-help-en-gras/?page=2

It is important to say that using the s t r o n g&#062; HTML tag as in your example with fprintf will &lt;b&gt;only work in MATLAB environment&lt;/b&gt;. 
In a standalone mode , the DOS command window will display the HTML tags ... so my advise would be to use this feature only if the MATLAB code is not expected to be compiled .

Have a nice day,

Aurélien]]></description>
			<content:encoded><![CDATA[<p>Hi Yair,</p>
<p>Nice article as usual. I had also noticed in Sept. 2011 the new bold syntax for the help<br />
FYI you can read the answer of Scott Hirsch on my blog :<br />
<a href="http://blog.developpez.com/matlab4geek/p10298/r2011b/startup-accelerator-et-help-en-gras/?page=2" rel="nofollow ugc">http://blog.developpez.com/matlab4geek/p10298/r2011b/startup-accelerator-et-help-en-gras/?page=2</a></p>
<p>It is important to say that using the s t r o n g&gt; HTML tag as in your example with fprintf will <b>only work in MATLAB environment</b>.<br />
In a standalone mode , the DOS command window will display the HTML tags &#8230; so my advise would be to use this feature only if the MATLAB code is not expected to be compiled .</p>
<p>Have a nice day,</p>
<p>Aurélien</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
