I want to access the fields for logical and temporal assessments in Simulink Test Manager.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Pat Canny
el 1 de Abr. de 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.
Ver también
Categorías
Más información sobre Outputs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!