|
|
|
| R2011b Documentation → Simulink Verification and Validation | |
Learn more about Simulink Verification and Validation |
|
| Contents | Index |
Once you run a test with cvsim, save its coverage tests and results to a file with the cvsave function:
cvsave(filename, model)
Save all the tests and results related to model in the text file filename.cvt:
cvsave(filename, cvto1, cvto2, ...)
Save the tests in the text file filename.cvt. Information about the referenced models is also saved.
You can save specified cvdata objects to file. The following example saves the tests, test results, and referenced models' structure in cvdata objects to the text file filename.cvt:
cvsave(filename, cvdo1, cvdo2, ...)
![]() | Creating HTML Reports with cvhtml | Loading Stored Coverage Test Results with cvload | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |