Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Coverage report issue on S-function

조회 수: 2 (최근 30일)
Carstea Ciprian
Carstea Ciprian 2018년 4월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello, there is a problem that i seem to not get a clear answer elsewhere. I need to generate a coverage report for some hand written functions (s-functions) and the report comes only as HTML (web) is there a way you could make this report into Excel, other than using some sort of script, a faster way?

답변 (1개)

Mark McBroom
Mark McBroom 2018년 4월 28일
You will need to write a script to extract information from the code coverage object and then write to excel using xlswrite. This link explains the layout of the code coverage data and gives example MATLAB code to access the data.

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by