|
|
|
| R2012a Documentation → Simulink Verification and Validation | |
Learn more about Simulink Verification and Validation |
|
| Contents | Index |
Add cvtest objects
add(cvtg, cvto1, cvto2, ...)
add(cvtg, cvto1, cvto2, ...) adds the cvtest objects specified by the strings cvto1, cvto2, etc. to cvtg, which is an instantiation of the cv.cvtestgroup class.
Create two cvtest objects and add them to a newly created cv.cvtestgroup object:
cvto1 = cvtest; cvto2 = cvtest; cvtg = cv.cvtestgroup; add(cvtg, cvto1, cvto2);

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 |