From: Niels on 20 Mar 2010 05:47 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 20 Mar 2010 06:01 "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 20 Mar 2010 07:05 "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 20 Mar 2010 07:30 "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 22 Mar 2010 11:53 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
|
Pages: 1 Prev: save 3d images with rotational view Next: Problems using fmincon |