Error in getting objectives of a model in simulink
조회 수: 2 (최근 30일)
이전 댓글 표시
I need to debug the enhanced mcdc coverage for a model.
When I tried to obtain the objectives of a model using the command - [objectives, tableOfObjectives] = sldvObj.getObjectivesForModelObj(modelobjSID), I got the following error ..
Unrecognized function or variable 'filteredObjectives'.
Error in Sldv.enhancedMCDC.SldvDataExplorer/getObjectivesForModelObj
댓글 수: 0
채택된 답변
Pat Canny
2021년 7월 26일
편집: Pat Canny
2021년 7월 27일
Great question! This is a fairly advanced workflow.
I reached out to the Simulink Design Verifier Development team here at MathWorks for some guidance.
The issue is that you are invoking a method in the SldvDataExplorer class with a model element that has no objectives. This has revealed an issue in our documentation, which we will rectify.
That being said, this is an interesting workflow. If you are still interested in debugging using your own models, I recommend reaching out via MathWorks Technical Support.
댓글 수: 2
Pat Canny
2021년 7월 27일
I recommend reaching out to MathWorks Technical Support. This may require a bit more information. Thanks.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Best Practices for Simulink Design Verifier Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!