Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: invoking help() on nested functions
Date: Tue, 25 Aug 2009 21:20:19 +0000 (UTC)
Organization: Xoran Technologies
Lines: 16
Message-ID: <h71kij$r5q$1@fred.mathworks.com>
References: <h71hkv$dht$1@fred.mathworks.com> <h71k30$nue$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1251235219 27834 172.30.248.38 (25 Aug 2009 21:20:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 25 Aug 2009 21:20:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1440443
Xref: news.mathworks.com comp.soft-sys.matlab:565961


"Matt Fig" <spamanon@yahoo.com> wrote in message <h71k30$nue$1@fred.mathworks.com>...
> Not an answer, but:
> 
> http://www.mathworks.de/matlabcentral/newsreader/view_thread/117768#297379

OK. 

I think it would be great and appropriate if help() could accept a function handle argument to any valid function (main, sub, o nested). 

Then, you wouldn't have to even bother with cumbersome syntax like

help f1>f2>f3>...