<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358</link>
    <title>MATLAB Central Newsreader - invoking help() on nested functions</title>
    <description>Feed for thread: invoking help() on nested functions</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by 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>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 25 Aug 2009 20:30:23 -0400</pubDate>
      <title>invoking help() on nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358#675724</link>
      <author>Matt </author>
      <description>For a  subfunction called subfunc() in an mfile 'myFile', I know that it is possible to invoked help() using the syntax&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; help myFile&amp;gt;subfunc&lt;br&gt;
&lt;br&gt;
But is it possible to invoke help() on a nested function?</description>
    </item>
    <item>
      <pubDate>Tue, 25 Aug 2009 21:12:00 -0400</pubDate>
      <title>Re: invoking help() on nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358#675731</link>
      <author>Matt Fig</author>
      <description>Not an answer, but:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.de/matlabcentral/newsreader/view_thread/117768#297379&quot;&gt;http://www.mathworks.de/matlabcentral/newsreader/view_thread/117768#297379&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 25 Aug 2009 21:20:19 -0400</pubDate>
      <title>Re: invoking help() on nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358#675732</link>
      <author>Matt </author>
      <description>&quot;Matt Fig&quot; &amp;lt;spamanon@yahoo.com&amp;gt; wrote in message &amp;lt;h71k30$nue$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Not an answer, but:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.de/matlabcentral/newsreader/view_thread/117768#297379&quot;&gt;http://www.mathworks.de/matlabcentral/newsreader/view_thread/117768#297379&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
OK. &lt;br&gt;
&lt;br&gt;
I think it would be great and appropriate if help() could accept a function handle argument to any valid function (main, sub, o nested). &lt;br&gt;
&lt;br&gt;
Then, you wouldn't have to even bother with cumbersome syntax like&lt;br&gt;
&lt;br&gt;
help f1&amp;gt;f2&amp;gt;f3&amp;gt;...&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;</description>
    </item>
    <item>
      <pubDate>Wed, 16 Sep 2009 15:46:22 -0400</pubDate>
      <title>Re: invoking help() on nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358#680584</link>
      <author>Mike Karr</author>
      <description>Matt wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; I think it would be great and appropriate if help() could accept a function handle argument to any valid function (main, sub, o nested). &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Then, you wouldn't have to even bother with cumbersome syntax like&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; help f1&amp;gt;f2&amp;gt;f3&amp;gt;...&lt;br&gt;
&lt;br&gt;
I just created an enhancement request for this.&lt;br&gt;
A more reliable way to make such suggestions is&lt;br&gt;
to contact technical support.&lt;br&gt;
&lt;br&gt;
thanks,&lt;br&gt;
mike</description>
    </item>
    <item>
      <pubDate>Wed, 16 Sep 2009 16:36:44 -0400</pubDate>
      <title>Re: invoking help() on nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358#680597</link>
      <author>Matt </author>
      <description>Mike Karr &amp;lt;mkarr@mathworks.com&amp;gt; wrote in message &amp;lt;h8r18e$a29$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&lt;br&gt;
&amp;gt; I just created an enhancement request for this.&lt;br&gt;
&amp;gt; A more reliable way to make such suggestions is&lt;br&gt;
&amp;gt; to contact technical support.&lt;br&gt;
====&lt;br&gt;
&lt;br&gt;
Thanks, Mike. I didn't suggest it to tech support because there are higher priority enhancements that I'd much rather they get to first, e.g. non-double sparse arrays :)</description>
    </item>
    <item>
      <pubDate>Wed, 16 Sep 2009 17:21:04 -0400</pubDate>
      <title>Re: invoking help() on nested functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/259358#680619</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Matt &quot; &amp;lt;xys@whatever.com&amp;gt; wrote in message &lt;br&gt;
news:h8r46s$le$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Mike Karr &amp;lt;mkarr@mathworks.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;lt;h8r18e$a29$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I just created an enhancement request for this.&lt;br&gt;
&amp;gt;&amp;gt; A more reliable way to make such suggestions is&lt;br&gt;
&amp;gt;&amp;gt; to contact technical support.&lt;br&gt;
&amp;gt; ====&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks, Mike. I didn't suggest it to tech support because there are higher &lt;br&gt;
&amp;gt; priority enhancements that I'd much rather they get to first, e.g. &lt;br&gt;
&amp;gt; non-double sparse arrays :)&lt;br&gt;
&lt;br&gt;
Keep in mind that we have lots of developers here at The MathWorks -- not &lt;br&gt;
every developer is involved in every enhancement.  The developers &lt;br&gt;
responsible for the help system are not necessarily the same developers &lt;br&gt;
responsible for sparse arrays, who are not necessarily the same developers &lt;br&gt;
responsible for (choosing a random topic) figure windows, etc.  There is &lt;br&gt;
sometimes overlap, but often that overlap is because two areas are related &lt;br&gt;
in some way (for example, a developer may work on both sparse matrices and &lt;br&gt;
the iterative solvers like GMRES, PCG, etc.)&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com&lt;br&gt;
comp.soft-sys.matlab (CSSM) FAQ: &lt;a href=&quot;http://matlabwiki.mathworks.com/MATLAB_FAQ&quot;&gt;http://matlabwiki.mathworks.com/MATLAB_FAQ&lt;/a&gt; </description>
    </item>
  </channel>
</rss>

