|
|
|
| R2012a Documentation → Simulink Verification and Validation | |
Learn more about Simulink Verification and Validation |
|
| Contents | Index |
Get names of all models associated with cvtest objects in cv.cvtestgroup
models = allNames(cvtg)
models = allNames(cvtg) returns a cell array of strings identifying all model names associated with the cvtest objects in cvtg, an instantiation of the cv.cvtestgroup class.
Add three cvtest objects to cvtg and return a cell array of model names:
d = cvtest; e = cvtest; f = cvtes; cvtg = cv.cvtestgroup; add (cvtg, d, e, f); model_names = allNames(cvtg)

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 |