From: Niels on
Hi all,

I have written a program in MATLAB and I would like to know which toolboxes are being used by my program. Is there a quick way to find out?

Thanks in advance
From: RIKA fazi on
"Niels " <niels.veenman(a)gmail.com> wrote in message <ho25in$5dj$1(a)fred.mathworks.com>...
> Hi all,
>
> I have written a program in MATLAB and I would like to know which toolboxes are being used by my program. Is there a quick way to find out?
>
> Thanks in advance
hox about your problem is it control , communication , statistics???
From: Wayne King on
"Niels " <niels.veenman(a)gmail.com> wrote in message <ho25in$5dj$1(a)fred.mathworks.com>...
> Hi all,
>
> I have written a program in MATLAB and I would like to know which toolboxes are being used by my program. Is there a quick way to find out?
>
> Thanks in advance

Hi Niels, one thing you can do is run the profiler on your function. It will show each function that is called by executing your code.

Wayne
From: Niels on
"Wayne King" <wmkingty(a)gmail.com> wrote in message <ho2a51$aik$1(a)fred.mathworks.com>...
> "Niels " <niels.veenman(a)gmail.com> wrote in message <ho25in$5dj$1(a)fred.mathworks.com>...
> > Hi all,
> >
> > I have written a program in MATLAB and I would like to know which toolboxes are being used by my program. Is there a quick way to find out?
> >
> > Thanks in advance
>
> Hi Niels, one thing you can do is run the profiler on your function. It will show each function that is called by executing your code.
>
> Wayne

Thanks, that worked...
From: Loren Shure on
In article <ho25in$5dj$1(a)fred.mathworks.com>, niels.veenman(a)gmail.com
says...
> Hi all,
>
> I have written a program in MATLAB and I would like to know which toolboxes are being used by my program. Is there a quick way to find out?
>
> Thanks in advance
>

start with a fresh matlab session, run your program, and then check out
the dependency report or look at the functions license and inmem.

--
Loren
http://blogs.mathworks.com/loren
http://matlabwiki.mathworks.com/MATLAB_FAQ