<?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: Your Table of Contents</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Sun, 12 Feb 2012 04:03:36 +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/01/26/your-table-of-contents/#comment-7142</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 24 Jun 2010 11:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-7142</guid>
		<description>@Daniel,

 Ah, you found it! Saves me from having to look it up. You can you run the interactive test with &lt;tt&gt;contentsrpt(folderpath)&lt;/tt&gt;, however that file too is unsupported. The makecontentsfile is most likely to change in the next few releases once we hook it up to the help system, the way we have been with the &lt;a href=&quot;http://blogs.mathworks.com/desktop/2010/06/21/why-the-help-report-no-longer-lists-subfunctions/&quot; rel=&quot;nofollow&quot;&gt;Help Report&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Daniel,</p>
<p> Ah, you found it! Saves me from having to look it up. You can you run the interactive test with <tt>contentsrpt(folderpath)</tt>, however that file too is unsupported. The makecontentsfile is most likely to change in the next few releases once we hook it up to the help system, the way we have been with the <a href="http://blogs.mathworks.com/desktop/2010/06/21/why-the-help-report-no-longer-lists-subfunctions/" rel="nofollow">Help Report</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-7141</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-7141</guid>
		<description>Found it ;-)
&lt;pre&gt;
makecontentsfile(dirname,option)
&lt;/pre&gt;
(not documented in the MATLAB doc!)</description>
		<content:encoded><![CDATA[<p>Found it ;-)</p>
<pre>
makecontentsfile(dirname,option)
</pre>
<p>(not documented in the MATLAB doc!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-7140</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 24 Jun 2010 07:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-7140</guid>
		<description>Hi,
Is it possible to call this function in a script?
like: 
&lt;pre&gt;
makeContentsReport(folderpath,&#039;Mode&#039;,&#039;Overwrite&#039;);
&lt;/pre&gt;

I&#039;ve to update the Contents.m file in several folders, that&#039;s why I need do this automatically.
Any ideas how the command behind the &quot;Contents Report&quot;-Button?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is it possible to call this function in a script?<br />
like: </p>
<pre>
makeContentsReport(folderpath,'Mode','Overwrite');
</pre>
<p>I&#8217;ve to update the Contents.m file in several folders, that&#8217;s why I need do this automatically.<br />
Any ideas how the command behind the &#8220;Contents Report&#8221;-Button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-6068</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-6068</guid>
		<description>Aurélien,

 Thanks for the suggestions, they are good ones. 

Mike</description>
		<content:encoded><![CDATA[<p>Aurélien,</p>
<p> Thanks for the suggestions, they are good ones. </p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurélien Queffurust</title>
		<link>http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-6067</link>
		<dc:creator>Aurélien Queffurust</dc:creator>
		<pubDate>Mon, 02 Feb 2009 09:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/01/26/your-table-of-contents/#comment-6067</guid>
		<description>Hello,

For my different projects, I am used to creating Contents.m 
It helps me to remind me what my differents function do.
I just regret that it is not possible to save the report in HTML format. Idem for M-Lint Check report, I would find useful to be able to save these reports by using File -&gt; Save As. Currently I use  mlintexcel (downloaded from FEx) to send my users the report of their M-lint messages in a Excel Sheet.

Have a nice week ;)

Aurélien</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>For my different projects, I am used to creating Contents.m<br />
It helps me to remind me what my differents function do.<br />
I just regret that it is not possible to save the report in HTML format. Idem for M-Lint Check report, I would find useful to be able to save these reports by using File -&gt; Save As. Currently I use  mlintexcel (downloaded from FEx) to send my users the report of their M-lint messages in a Excel Sheet.</p>
<p>Have a nice week ;)</p>
<p>Aurélien</p>
]]></content:encoded>
	</item>
</channel>
</rss>

