cvdata
Access Simulink Coverage data in the MATLAB workspace
Description
cvdata objects store model coverage data.
Creation
Simulink®
Coverage™ creates a cvdata object when you simulate a model that has
coverage enabled. You can access the coverage data by using coverage functions. For a list of
coverage functions, see Object Functions. The
cvdata object becomes invalid if you close or modify its parent model. If
you record coverage for a system that generates more than one cvdata
object, such as multiple models in a hierarchy or a model that calls external MATLAB® code, Simulink
Coverage creates a cv.cvdatagroup object that contains those
cvdata objects.
Properties
Object Functions
You can use these specialized MATLAB operators with cvdata objects.
+ | Returns the union of two |
- | Returns the set difference between the left and right operands. The
returned |
* and .* | Returns the intersection between two |
Examples
Version History
Introduced before R2006a