Add cvtest objects
Syntax
add(cvtg, cvto1, cvto2, ...)
Description
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.
Example
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);
 | Alphabetical List | | addCheck (ModelAdvisor.FactoryGroup) |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit