How do I run a license checkout of a Toolbox within MATLAB?
15 views (last 30 days)
Show older comments
MathWorks Support Team
on 23 Apr 2025
Edited: MathWorks Support Team
on 24 Apr 2025
I want to know if I have a Toolbox with MATLAB correctly licensed on my system, how can I do that?
Accepted Answer
MathWorks Support Team
on 24 Apr 2025
Edited: MathWorks Support Team
on 23 Apr 2025
You can perform a "License Checkout" by executing the following at the MATLAB command window:
license(‘checkout’,’<feature_name>’)
replacing <feature_name> with the actual feature name.
Note that this is different than the product name that is listed if the command ver is run. If you have access to the license file, it may be used to obtain the feature name.
Open the license file, search for the product name as it shows in ver and the name next to the word “Increment” in the same block is the feature name.
If you do not have access to the license file, please see the following on how to obtain a feature name within MATLAB:
How can I tell which feature names should be used within my options file?
Additionally, the above command will actually check out the license, which will not be returned until you quit MATLAB. To test if you have access to check out a license run the following:
license(‘test’,’<feature_name>’)
which will not check out the license.
1 Comment
Walter Roberson
on 23 Apr 2025
A partial list of feature names and corresponding license test names is at https://www.mathworks.com/matlabcentral/answers/449314-how-do-features-from-license-correspond-to-names-from-ver
More Answers (0)
See Also
Categories
Find more on Manage Products 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!