cvdata
Access Simulink Coverage data in the MATLAB workspace
Description
cvdata
objects store model coverage data.
Creation
A cvdata
object is generated automatically when you simulate a model that
has coverage enabled. You can access the coverage data by using coverage functions. The
cvdata
object becomes invalid if you close or modify its parent
model.
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