Calculate coverage starting from .mat files
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone,
I have a Simulink model .slx and several test sequences as .mat files.
Is there a way to build a script so that these .mat tests run consecutively and the output is one single coverage report?
Just as a qualitative example, I would like to do something like this:
- run test_1 for the model_X
- run test_2 for the model_X
- run test_3 for the model_X
- generate coverage report for test_1, test_2 and test_3 (cumulative report)
It would be very helpful to control this with a script, and not by the Simulink Coverage menu.
Thank you!
Antworten (0)
Siehe auch
Kategorien
Mehr zu Results, Reporting, and Test File Management finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!