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