Open coverage results explorer programmatically

조회 수: 3 (최근 30일)
Shijil
Shijil 2022년 9월 29일
댓글: Shijil 2022년 10월 5일
Is there any command lines available to open coverage results explorer programmatically ??

채택된 답변

Pat Canny
Pat Canny 2022년 9월 30일
There is an undocumented means of using the cvresults function. You can pass the 'explore' option to the function to open the Results Explorer:
cvresults(modelName,'explore')
I must caution you that this is undocumented by design. We deprecated the CovShowResultsExplorer coverage option in R2020b (see "Functionality being removed or changed"). We have no plans to replace this functionality.
I am curious as to why this particular requirement is necessary for your workflow. The functionality provided in the Results Explorer is available via other means (both in the Simulink Toolstrip and via MATLAB functions).
  댓글 수: 1
Shijil
Shijil 2022년 10월 5일
Thanks for the answer, it worked as needed.
We are trying to retreive the functionality of an old script, to validate. Will be discarding the same, and creating a new one to suit the changes in new MALTAB version.
Many thanks for your help :)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Collect Coverage for Models에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by