sigrangeinfo
Retrieve signal range coverage
information from cvdata
object
Description
[
returns the minimum and maximum signal values
output by the model component
min
,max
]
= sigrangeinfo(cvdo
,modelObject
)modelObject
within the
cvdata
object
cvdo
.
If a signal is variable size,
min
and max
are vectors that
contain the minimum and maximum values for each array position. If the array
has an unbounded dimension, min
and
max
are single values that represent the minimum
and maximum values across all array
positions.
Examples
Input Arguments
Output Arguments
Alternatives
Use the coverage settings to collect signal range coverage for a model:
Open the model for which you want to collect signal range coverage.
In the Model Editor, select Model Settings on the Modeling tab.
On the Coverage pane of the Configuration Parameters dialog box, select Enable coverage analysis.
Under Coverage metrics, select Signal Range.
Click OK to close the Configuration Parameters dialog box and save your changes.
Simulate the model by clicking the Run button and review the results.
Version History
Introduced in R2006bSee Also
complexityinfo
| conditioninfo
| cvsim
| decisioninfo
| getCoverageInfo
| mcdcinfo
| overflowsaturationinfo
| sigsizeinfo
| tableinfo
| executioninfo
| relationalboundaryinfo