How to create a report after running the testcases using Model In Loop?
3 views (last 30 days)
Show older comments
Hello,
I'm trying to create a report after running a set of testcases using model in loop.
I already have a baseline .mat file which has the results of testcases.
I have made a control change in the model and ran another run.
So, after comparing the 2 mat files I got report generated for each testcase which shows what signals are mismatched(along with the plots) otherwise it just says No mismatched signals.
I want a one final report which should show what testcases are matched and what are not.
For Ex:
TC1: Matched
TC2: Mismatched
TC3 - TC10:Matched
The report can have a timestamp.
Any suggestions are greatly appreciated!
Thank you!
0 Comments
Answers (1)
Jacob Mathew
on 4 Jul 2025
You can refer to the following example on "Generating a Test Results Report" at the link below:
See Also
Categories
Find more on Test Model Components 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!