I want to access the fields for logical and temporal assessments in Simulink Test Manager.
3 ビュー (過去 30 日間)
古いコメントを表示
I am using Simulink Test Manager with Matlab2021b. I want to automatically add symbols and evaluations for logical and temporal assessments from Matlab code, but it seems that there are no public functions available to access these fields in 2021b. Does anyone have any ideas on how to achieve this?
Specifically, I am looking to:
- Automatically add symbols and evaluations for logical assessments
- Automatically add symbols and evaluations for temporal assessments
Any advice on how to implement this in Matlab code would be greatly appreciated.
0 件のコメント
回答 (1 件)
Pat Canny
2025 年 4 月 1 日
We added APIs for this use case in R2022a: https://www.mathworks.com/help/sltest/release-notes.html
For example, there is addAssessmentSymbol: https://www.mathworks.com/help/releases/R2022a/sltest/ref/sltest.testmanager.testcase.addassessmentsymbol.html
Thanks.
参考
カテゴリ
Help Center および File Exchange で Outputs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!