|
|
|
| R2012a Documentation → Simulink Verification and Validation | |
Learn more about Simulink Verification and Validation |
|
| Contents | Index |
Create collection of cvdata objects for model reference hierarchy
cvdg = cv.cvdatagroup(cvdo1, cvdo2,...)
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.
Create an instantiation of the cv.cvdatagroup class and add two cvdata objects to it:
a = cvdata; b = cvdata; cvdg = cv.cvdatagroup(a, b);

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 |