How to get input data used in Requirement table analysis by MATLAB?
5 ビュー (過去 30 日間)
古いコメントを表示
I am currently using Requirement table block in my Simulink model. When I "Analyze Table" of the model there is output mat file named "RequirementsTable_sldvdata.mat" which is supposed to be containing input data used by MATLAB for the analysis of the table. However, there is only InputPortInfo and OutPortInfo in "sldvData" variable. Does anyone know if I have to change any setting or am I looking at the wrong variable?
0 件のコメント
採用された回答
Darren Valovcin
2023 年 10 月 12 日
Hi Subham,
If the table is inconsistent, incomplete, or has other modeling issues*, Simulink Design Verifier will provide the data values which demonstrate the issues in sldvData.TestCases.dataValues. If the table has no modeling issues, then there will be no TestCases field in sldvData, as there are no issues to expose.
(*) See the documentation on other modeling issues which "Analyze Table" will also flag here: https://www.mathworks.com/help/slrequirements/ug/check-requirements-table-block.html
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Verification, Validation, and Test についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!