Why do I get a "License Checkout Failed. Coverage will be disabled" when I try to use the Multiple Simulations feature in Simulink?
8 views (last 30 days)
Show older comments
MathWorks Support Team
on 12 Sep 2022
Edited: MathWorks Support Team
on 30 Nov 2022
Why do I get a "License checkout failed. Coverage will be disabled" error when I try to use the Multiple Simulations?
Accepted Answer
MathWorks Support Team
on 30 Nov 2022
Edited: MathWorks Support Team
on 30 Nov 2022
The Multiple Simulations feature in Simulink requires the Simulink Coverage Toolbox.
To verify Simulink Coverage Toolbox is included in your license, run the following command in the MATLAB Command Window:
>> license checkout Simlunk_Coverage
If you receive the following output, then the Simulink Coverage Toolbox is not included in your license:
License checkout failed.
License Manager Error -5
Cannot find a license for Simlunk_Coverage.
ans =
0
If you receive the following output, then you are licensed for the Simulink Coverage Toolbox, and you need to install the toolbox:
ans =
1
For more information on installing a toolbox onto an existing MATLAB installation, please refer to the following article:
0 Comments
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!