Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: ways to extract list of functions and its hierarchy
Date: Wed, 20 Aug 2008 02:05:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 40
Message-ID: <g8fu4g$jkj$1@fred.mathworks.com>
References: <g8d77r$m03$1@fred.mathworks.com> <g8daq7$ifd$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1219197904 20115 172.30.248.37 (20 Aug 2008 02:05:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 20 Aug 2008 02:05:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1395525
Xref: news.mathworks.com comp.soft-sys.matlab:486335



"Kenneth Eaton" <Kenneth.dot.Eaton@cchmc.dot.org> wrote in
message <g8daq7$ifd$1@fred.mathworks.com>...
> "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

Thanks Ken, that's what I'm looking for.  

By the way, is there any general guideline how reference/ack
should be made if I use it (and other files in File
Exchange) in my report?  I suppose all those files are in
the "public domain", in which I just need to acknowledge the
source and the author without explicit permission from the
author him/herself isn't it?