Main Content

add

Class: cv.cvdatagroup
Namespace: cv

Add cvdata object into cv.cvdatagroup object

Description

add(cvdg,cvd) adds the cvdata object cvd into the cv.cvdatagroup object cvdg.

Note

If you add a cvdata object that has the same model name, simulation mode, and release as one of the cvdata objects already in the cv.cvdatagroup object, add replaces the existing cvdata object in cvdg.

Input Arguments

expand all

Coverage data group, specified as a cv.cvdatagroup object.

Data Types: cv.cvdatagroup

Coverage data to add to the coverage data group, specified as a cvdata object.

Data Types: cvdata

Version History

Introduced in R2007b

See Also