allNames - Class: cv.cvdatagroup
Package: cv
Get names of all models associated with cvdata objects
in cv.cvdatagroup
Syntax
models = allNames(cvdg)
Description
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.
Examples
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)
 | addTask (ModelAdvisor.Group) | | allNames (cv.cvtestgroup) |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit