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 CenterFile Exchange에서 Collect Coverage for Code에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by