Path: news.mathworks.com!not-for-mail
From: "Kenneth Eaton" <Kenneth.dot.Eaton@cchmc.dot.org>
Newsgroups: comp.soft-sys.matlab
Subject: Re: ways to extract list of functions and its hierarchy
Date: Tue, 19 Aug 2008 02:23:04 +0000 (UTC)
Organization: Cincinnati Children's Hospital Research Center
Lines: 29
Message-ID: <g8daq7$ifd$1@fred.mathworks.com>
References: <g8d77r$m03$1@fred.mathworks.com>
Reply-To: "Kenneth Eaton" <Kenneth.dot.Eaton@cchmc.dot.org>
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 1219112584 18925 172.30.248.38 (19 Aug 2008 02:23:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 Aug 2008 02:23:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1165924
Xref: news.mathworks.com comp.soft-sys.matlab:486145



"Abe Lau" <abe@nonexistancegmail.com> wrote in message 
<g8d77r$m03$1@fred.mathworks.com>...
> Hi all,
> Having written a routine in Matlab with a GUI with 20-30
> child functions, I would like to generate a list of
> functions and for inclusion in a report.  What I would 
like
> is to have a functional hierarchy and possibly a brief
> summary of each function, including the header/doc, no. of
> lines, etc.
> 
> I've had a look at the report generator, but it doesn't 
look
> like it produce what I want.  Is there any nice way to
> generate such a "report"? Thanks.
> 
> sorry if this message is duplicated.  Apparently I sent
> another two yesterday but it didn't go through and it 
didn't
> appear in the mathworks newsreader page.
> 
> Abe
> 

I would suggest you check out the FEX postings FARG and 
FDEP by Urs Schwarz. I also submitted a simple m-file 
content and nesting hierarchy display generator called FTOC.

Ken