cv.cvdatagroup - Class: cv.cvdatagroup
Package: cv
Create collection of cvdata objects
for model reference hierarchy
Syntax
cvdg = cv.cvdatagroup(cvdo1, cvdo2,...)
Description
cvdg = cv.cvdatagroup(cvdo1, cvdo2,...) creates
an instantiation of the cv.cvdatagroup class (cvdg)
that contains the cvdata objects cvdo1, cvdo2,
etc. A cvdata object contains results of the simulation
runs.
Examples
Create an instantiation of the cv.cvdatagroup class
and add two cvdata objects to it:
a = cvdata;
b = cvdata;
cvdg = cv.cvdatagroup(a, b);
 | cv.cvdatagroup class | | cv.cvtestgroup class |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit