Coverage report issue on S-function
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Mark McBroom
2018 年 4 月 28 日
0 投票
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.
0 件のコメント
この質問は閉じられています。
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!