How can I tell if I'm using a particular toolbox?

How can I tell if I'm using a particular toolbox?

 Accepted Answer

You can determine if your script/function uses a particular toolbox by doing this following:
1) Close and reopen MATLAB
2) Run your script/function
3) Enter the following command:
>> license inuse
If the toolbox name (e.g. "control_toolbox") is not printed out, then its license not been checked out so far in that MATLAB session and so is not in use. More information on the license command can be found here:

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!