Path: news.mathworks.com!newsfeed-00.mathworks.com!solaris.cc.vt.edu!news.vt.edu!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!newsfe11.iad.POSTED!7564ea0f!not-for-mail
From: Walter Roberson <roberson@hushmail.com>
Organization: Canada Eat The Cookie Foundation
User-Agent: Thunderbird 2.0.0.22 (Windows/20090605)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: Finding all 'non-standard' function calls in big m-file
References: <h3i5fp$bib$1@fred.mathworks.com>
In-Reply-To: <h3i5fp$bib$1@fred.mathworks.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Lines: 6
Message-ID: <zX47m.60748$Xs4.45477@newsfe11.iad>
NNTP-Posting-Host: 24.79.146.116
X-Complaints-To: internet.abuse@sjrb.ca
X-Trace: newsfe11.iad 1247599455 24.79.146.116 (Tue, 14 Jul 2009 19:24:15 UTC)
NNTP-Posting-Date: Tue, 14 Jul 2009 19:24:15 UTC
Date: Tue, 14 Jul 2009 14:24:31 -0500
Xref: news.mathworks.com comp.soft-sys.matlab:555456


qooroo wrote:
> I have a rather large (>5000 lines) m-file and I'd like to find all the function calls it makes which require toolboxes (i.e., doesn't come with just MATLAB).
> 
> any ideas?

Take the toolboxes off of your mpath and then run a dependency report.