<?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: Publishing</title>
	<atom:link href="http://blogs.mathworks.com/loren/2006/06/07/publishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/</link>
	<description>Loren Shure works on design of the MATLAB language at MathWorks. She writes here about once a week on MATLAB programming and related topics.</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:19:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Peter Webb</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32694</link>
		<dc:creator>Peter Webb</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32694</guid>
		<description>Nadav,

The MATLAB Compiler doesn&#039;t support the &quot;publish&quot; function. You could try using Report Generator, which provides more fine-grained control over image and text generation (at the cost of requiring some more work).</description>
		<content:encoded><![CDATA[<p>Nadav,</p>
<p>The MATLAB Compiler doesn&#8217;t support the &#8220;publish&#8221; function. You could try using Report Generator, which provides more fine-grained control over image and text generation (at the cost of requiring some more work).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nadav</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32543</link>
		<dc:creator>nadav</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32543</guid>
		<description>Hi,
I have a script that works properly and contains the function publish.
when i compile th script, i dont get any error.
Then i run the exe file, and it runs until i get an error while executing the publish.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a script that works properly and contains the function publish.<br />
when i compile th script, i dont get any error.<br />
Then i run the exe file, and it runs until i get an error while executing the publish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Simoneau</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32524</link>
		<dc:creator>Matthew Simoneau</dc:creator>
		<pubDate>Fri, 30 Sep 2011 14:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32524</guid>
		<description>Peter, MATLAB publishing uses PRINT to snap these figures. PRINT generally turns the background white. This behavior is controlled by a property, InvertHardcopy, which is &#039;on&#039; by default. To disable this for a given, figure, use

&lt;pre&gt;
set(gcf,&#039;InvertHardcopy&#039;,&#039;off&#039;)
&lt;/pre&gt;

To disable this for all figures in a session, use

&lt;pre&gt;
set(0,&#039;DefaultFigureInvertHardcopy&#039;,&#039;off&#039;)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Peter, MATLAB publishing uses PRINT to snap these figures. PRINT generally turns the background white. This behavior is controlled by a property, InvertHardcopy, which is &#8216;on&#8217; by default. To disable this for a given, figure, use</p>
<pre>
set(gcf,'InvertHardcopy','off')
</pre>
<p>To disable this for all figures in a session, use</p>
<pre>
set(0,'DefaultFigureInvertHardcopy','off')
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Richardson</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32522</link>
		<dc:creator>Peter Richardson</dc:creator>
		<pubDate>Thu, 29 Sep 2011 12:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32522</guid>
		<description>Hi,
I tend to modify the colors of my figures and axes (I prefer a dark background with bright colors for the data I plot) but when I publish a .m file  the figure and axes color always turn white.  Is there a way to keep the dark colors?
-Peter

ps: could I have a matlab t-shirt as well?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tend to modify the colors of my figures and axes (I prefer a dark background with bright colors for the data I plot) but when I publish a .m file  the figure and axes color always turn white.  Is there a way to keep the dark colors?<br />
-Peter</p>
<p>ps: could I have a matlab t-shirt as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32414</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Thu, 04 Aug 2011 23:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32414</guid>
		<description>Jakob-

You can omit the semicolon and the value will print.

--Loren</description>
		<content:encoded><![CDATA[<p>Jakob-</p>
<p>You can omit the semicolon and the value will print.</p>
<p>&#8211;Loren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32407</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Wed, 03 Aug 2011 13:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32407</guid>
		<description>Hi Loren.

Is there a way to include variables in the document body text. Suppose I have defined a variable, e.g.

var = 2;

and would like that number included in the body text and not displayed seperatly using &quot;disp&quot;.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Loren.</p>
<p>Is there a way to include variables in the document body text. Suppose I have defined a variable, e.g.</p>
<p>var = 2;</p>
<p>and would like that number included in the body text and not displayed seperatly using &#8220;disp&#8221;.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Simoneau</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32216</link>
		<dc:creator>Matthew Simoneau</dc:creator>
		<pubDate>Thu, 28 Apr 2011 22:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32216</guid>
		<description>Nick, this is a bug:

http://www.mathworks.com/support/bugreports/665712

Sorry for the trouble!</description>
		<content:encoded><![CDATA[<p>Nick, this is a bug:</p>
<p><a href="http://www.mathworks.com/support/bugreports/665712" rel="nofollow">http://www.mathworks.com/support/bugreports/665712</a></p>
<p>Sorry for the trouble!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32213</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Thu, 28 Apr 2011 15:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32213</guid>
		<description>Nick-

I don&#039;t understand your question.  Perhaps you could mock up in html what you want it to look like and post that here.  Also, I have to admit I am not aware of what %%% does.  I looked in the documentation and didn&#039;t see anything.

--Loren</description>
		<content:encoded><![CDATA[<p>Nick-</p>
<p>I don&#8217;t understand your question.  Perhaps you could mock up in html what you want it to look like and post that here.  Also, I have to admit I am not aware of what %%% does.  I looked in the documentation and didn&#8217;t see anything.</p>
<p>&#8211;Loren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32212</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 28 Apr 2011 14:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32212</guid>
		<description>Hi Loren,

I&#039;m trying to insert a several section titles without a cell breaks.  However, it only seems to work the first time after a cell break.  After that, the text following %%% is included only as a regular comment.  Is there any way to include multiple section titles without cell breaks?

Thanks,
Nick</description>
		<content:encoded><![CDATA[<p>Hi Loren,</p>
<p>I&#8217;m trying to insert a several section titles without a cell breaks.  However, it only seems to work the first time after a cell break.  After that, the text following %%% is included only as a regular comment.  Is there any way to include multiple section titles without cell breaks?</p>
<p>Thanks,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://blogs.mathworks.com/loren/2006/06/07/publishing/#comment-32151</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Mon, 28 Mar 2011 16:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/?p=40#comment-32151</guid>
		<description>Caroline-

Please contact technical support (link on right of blog site) and including your code, your MATLAB version, and computer information.  Thanks.

--Loren</description>
		<content:encoded><![CDATA[<p>Caroline-</p>
<p>Please contact technical support (link on right of blog site) and including your code, your MATLAB version, and computer information.  Thanks.</p>
<p>&#8211;Loren</p>
]]></content:encoded>
	</item>
</channel>
</rss>

