Error in getting objectives of a model in simulink
1 回表示 (過去 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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!