Combine multiple .cvt files

13 ビュー (過去 30 日間)
Hariom Singh
Hariom Singh 2019 年 8 月 21 日
コメント済み: Pat Canny 2019 年 8 月 27 日
I have generated multiple .cvt files for coverage .
Currently I am able to merge them together using Coverage Result browser as specified by
How do I combine them using cvload or by command line
  1 件のコメント
Pat Canny
Pat Canny 2019 年 8 月 27 日
What are you looking to do with the combined coverage results? Are you looking to generate a report?

サインインしてコメントする。

採用された回答

Jalaj Gambhir
Jalaj Gambhir 2019 年 8 月 26 日
Hi,
The result can be merged using cvsim. Refer the following link. Hope this helps.
  1 件のコメント
Pat Canny
Pat Canny 2019 年 8 月 27 日
This uses the cvhtml command, which generates a report. Coverage results (for the same model) can be combined using the + operator.
covdata1 = cvsim(test1);
covdata2 = cvsim(test2);
cvhtml('cumulative_report', covdata1 + covdata2);

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCollect Coverage for Code についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by