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!