How can I tell if I'm using a particular toolbox?
3 views (last 30 days)
Show older comments
MathWorks Support Team
on 21 Feb 2018
Answered: MathWorks Support Team
on 27 Feb 2018
How can I tell if I'm using a particular toolbox?
Accepted Answer
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:
0 Comments
More Answers (0)
See Also
Categories
Find more on Licensing on Cloud Platforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!