Open coverage results explorer programmatically
2 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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).
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Results, Reporting, and Test File Management 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!