I want to access the fields for logical and temporal assessments in Simulink Test Manager.
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Pat Canny
on 1 Apr 2025
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.
See Also
Categories
Find more on Outputs in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!