<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/117768</link>
    <title>MATLAB Central Newsreader - command line help for nested functions</title>
    <description>Feed for thread: command line help for nested functions</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2010 by The MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 27 Feb 2006 18:19:14 -0500</pubDate>
      <title>command line help for nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/117768#297298</link>
      <author>David Johnston</author>
      <description>Say you have an m-file&lt;br&gt;
&amp;nbsp;&amp;nbsp;function s = f1()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s = f2();&lt;br&gt;
&amp;nbsp;&amp;nbsp;end&lt;br&gt;
&amp;nbsp;&amp;nbsp;function s = f2()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s = struct( 'a',@f2a, 'b',@f2b&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function f2a()&lt;br&gt;
&amp;nbsp;&amp;nbsp;%help for user ...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function f2b()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end&lt;br&gt;
&amp;nbsp;&amp;nbsp;end&lt;br&gt;
then the user can run the nested function 'f2a' and so could expect&lt;br&gt;
some help.&lt;br&gt;
&lt;br&gt;
I tried 'help f1#f2#f2a' with all combinations of '&amp;gt;' and '/' but&lt;br&gt;
could not find anything that works. Is it possible?&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 28 Feb 2006 03:18:42 -0500</pubDate>
      <title>Re: command line help for nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/117768#297379</link>
      <author>Brad Phelan</author>
      <description>&lt;br&gt;
&amp;gt; I tried 'help f1#f2#f2a' with all combinations of '&amp;gt;' and '/' but&lt;br&gt;
&amp;gt; could not find anything that works. Is it possible?&lt;br&gt;
&lt;br&gt;
No&lt;br&gt;
&lt;br&gt;
Brad&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;a href=&quot;http://xtargets.com&quot;&gt;http://xtargets.com&lt;/a&gt;&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 28 Feb 2006 08:41:51 -0500</pubDate>
      <title>Re: command line help for nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/117768#297436</link>
      <author>Loren Shure</author>
      <description>In article &amp;lt;ef2a5b6.-1@webx.raydaftYaTP&amp;gt;, d.k.johnston@REmoVEshef.ac.uk &lt;br&gt;
says...&lt;br&gt;
&amp;gt; Say you have an m-file&lt;br&gt;
&amp;gt;   function s = f1()&lt;br&gt;
&amp;gt;     s = f2();&lt;br&gt;
&amp;gt;   end&lt;br&gt;
&amp;gt;   function s = f2()&lt;br&gt;
&amp;gt;     s = struct( 'a',@f2a, 'b',@f2b&lt;br&gt;
&amp;gt;       function f2a()&lt;br&gt;
&amp;gt;   %help for user ...&lt;br&gt;
&amp;gt;       end&lt;br&gt;
&amp;gt;       function f2b()&lt;br&gt;
&amp;gt;       end&lt;br&gt;
&amp;gt;   end&lt;br&gt;
&amp;gt; then the user can run the nested function 'f2a' and so could expect&lt;br&gt;
&amp;gt; some help.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I tried 'help f1#f2#f2a' with all combinations of '&amp;gt;' and '/' but&lt;br&gt;
&amp;gt; could not find anything that works. Is it possible?&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
You should be able to but I also am having trouble.  I have reported &lt;br&gt;
this as a bug.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Loren&lt;br&gt;
&lt;a href=&quot;http://blogs.mathworks.com/loren&quot;&gt;http://blogs.mathworks.com/loren&lt;/a&gt;&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
