|
|
|
| R2012a Documentation → Simulink Verification and Validation | |
Learn more about Simulink Verification and Validation |
|
| Contents | Index |
Create collection of cvtest objects for model reference hierarchy
cvtg = cv.cvtestgroup(cvto1, cvto2,...)
cvtg = cv.cvtestgroup(cvto1, cvto2,...) creates an instantiation of the cv.cvtestgroup class (cvtg) that contains the cvtest objects cvto1, cvto2, etc. A cvtest object is a test specification object for a Simulink model.
Create an instantiation of the cv.cvtestgroup class and add two cvtest objects to it:
a = cvtest; b = cvtest; cvtg = cv.cvtestgroup(a, b);

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 |