Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: invoking help() on nested functions
Date: Tue, 25 Aug 2009 20:30:23 +0000 (UTC)
Organization: Xoran Technologies
Lines: 5
Message-ID: <h71hkv$dht$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1251232223 13885 172.30.248.35 (25 Aug 2009 20:30:23 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 25 Aug 2009 20:30:23 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1440443
Xref: news.mathworks.com comp.soft-sys.matlab:565953


For a  subfunction called subfunc() in an mfile 'myFile', I know that it is possible to invoked help() using the syntax

>> help myFile>subfunc

But is it possible to invoke help() on a nested function?