user2482876
user2482876

Reputation: 298

Check what toolboxes the code used

I have written some programs and I want to check if they use specific toolboxes to ensure that they will work on other MATLAB installation. Is there a way to see what toolboxes does a program used? I have tried to use the profile function:

profile on
simulation %run program
profile off
profile viewer

But sorting through all the entry in the profile doesn't make it obvious to spot which toolboxes are used.

There is also the command:

license('inuse')

But this will list all the licenses I have accessed sinc I started MATLAB and doesn't tell me where in the code the toolbox is used.

Upvotes: 4

Views: 2244

Answers (1)

Related Questions