evalRequirement
Class: sdo.requirements.PhasePlaneRegion
Package: sdo.requirements
Evaluate satisfaction of piecewise-linear bound on phase plane trajectory of two signals
Syntax
evaluation = evalRequirement(requirement,signal1,signal2)
evaluation = evalRequirement(requirement,signals)
Description
evaluates
whether the phase plane trajectory of the two signals evaluation
= evalRequirement(requirement
,signal1,signal2
)signal1
and signal2
satisfies
the piecewise-linear bound specified in the requirement
object.
The phase plane trajectory is a plot of the two signals against each
other. A positive evaluation
value indicates
that the requirement has been violated.
specifies
the two signals as an n-by-2 array. The first column
corresponds to the first signal, and the second column corresponds
to the second signal. evaluation
= evalRequirement(requirement
,signals
)n
is the number of time points
in the signals.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b