フィルターのクリア

Open coverage results explorer programmatically

1 回表示 (過去 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 Center および File ExchangeCollect 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