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

3 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 21 Feb 2018
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 Licensing on Cloud Platforms 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!