Path: news.mathworks.com!not-for-mail
From: "qooroo " <qooroo@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Finding all 'non-standard' function calls in big m-file
Date: Tue, 14 Jul 2009 14:42:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <h3i5fp$bib$1@fred.mathworks.com>
Reply-To: "qooroo " <qooroo@gmail.com>
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 1247582521 11851 172.30.248.35 (14 Jul 2009 14:42:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 14 Jul 2009 14:42:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1300190
Xref: news.mathworks.com comp.soft-sys.matlab:555356


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?

-qooroo