I want to access the fields for logical and temporal assessments in Simulink Test Manager.
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Pat Canny
le 1 Avr 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.
Voir également
Catégories
En savoir plus sur Outputs dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!