From: sy <a@b.c>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab Toolbox Dependencies
Message-ID: <ef5b3d1.1@webcrossing.raydaftYaTP>
Date: Wed, 20 Jun 2007 14:32:34 -0400
References: <ef5b3d1.-1@webcrossing.raydaftYaTP> <ef5b3d1.0@webcrossing.raydaftYaTP>
Lines: 34
NNTP-Posting-Host: 157.127.124.15
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:414950



Erik wrote:
>
>
> Hi,
> open the file in the MATLAB editor and go to Tools->Show
> Dependency Report. For dependency report on all files in your
> current
> directory you can run the dependency report from the Current
> Directory browser.
> HTH,
> Erik
>
> Yoav Mor wrote:
>>
>>
>> Hi,
>>
>> I'm trying to compile a list with all the toolboxes needed by
my
>> matlab program. The command "depfun" seems to be unreliable. Is
>> there
>> an easier way to compile such a list?
>>
>> Thanks.
>> Y.
  

Alternatively, you can do the following:
restart Matlab
run your code
type "license inuse" (but with no quotes)
this will tell you what toolboxes were used while running your code.

SY