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

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 |