Path: news.mathworks.com!not-for-mail
From: Loren Shure <loren.shure@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: command line help for nested functions
Date: Tue, 28 Feb 2006 08:41:51 -0500
Organization: The MathWorks
Lines: 27
Message-ID: <MPG.1e6e1d2a3a64cf13989b60@news.mathworks.com>
References: <ef2a5b6.-1@webx.raydaftYaTP>
NNTP-Posting-Host: shurel.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
X-Trace: fred.mathworks.com 1141134111 10291 144.212.219.39 (28 Feb 2006 13:41:51 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 28 Feb 2006 13:41:51 +0000 (UTC)
User-Agent: MicroPlanet-Gravity/2.70.2067
Xref: news.mathworks.com comp.soft-sys.matlab:333599


In article <ef2a5b6.-1@webx.raydaftYaTP>, d.k.johnston@REmoVEshef.ac.uk 
says...
> Say you have an m-file
>   function s = f1()
>     s = f2();
>   end
>   function s = f2()
>     s = struct( 'a',@f2a, 'b',@f2b
>       function f2a()
>   %help for user ...
>       end
>       function f2b()
>       end
>   end
> then the user can run the nested function 'f2a' and so could expect
> some help.
> 
> I tried 'help f1#f2#f2a' with all combinations of '>' and '/' but
> could not find anything that works. Is it possible?
> 

You should be able to but I also am having trouble.  I have reported 
this as a bug.

-- 
Loren
http://blogs.mathworks.com/loren