Why do I get a "License Checkout Failed. Coverage will be disabled" when I try to use the Multiple Simulations feature in Simulink?

6 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2023-3-30
This issue has been fixed in    
  • R2021b, Update 5
  • R2022a, Update 6
  • R2022b, Update 4
The multiple simulations feature doesn't require a Simulink Coverage toolbox by default.  This toolbox is only required if the coverage data needs to be collected for the simulation runs. For more information, please visit:
Collect Coverage for Multiple Simulations by Using Design Studies
For R2022a:
If you aren't using Simulink Coverage but receiving this error, this is because Simulink is checking for the Simulink Coverage license even when the coverage setting is disabled. This issue has been fixed in Update 6.
To verify Simulink Coverage Toolbox is included in your license, run the following command in the MATLAB Command Window:
>> license checkout Simulink_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:
How do I install additional toolboxes into an existing installation of MATLAB?

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Verification, Validation, and Test 的更多信息

标签

尚未输入任何标签。

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by