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

조회 수: 11 (최근 30일)
Why do I get a "License checkout failed. Coverage will be disabled" error when I try to use the Multiple Simulations?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 3월 30일
편집: 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?
  댓글 수: 1
Pat Canny
Pat Canny 2023년 3월 20일
편집: Pat Canny 2023년 3월 23일
This issue was fixed in the following updates:
  1. R2021b, Update 5
  2. R2022a, Update 6
  3. R2022b, Update 4

댓글을 달려면 로그인하십시오.

추가 답변 (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