Main Content
matlab.unittest.constraints.OrTolerance Class
Namespace: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Tolerance
Logical disjunction of numeric tolerances
Description
When you combine numeric tolerances with the logical OR operator (|
),
the testing framework instantiates the matlab.unittest.constraints.OrTolerance
class. You cannot create an object of this class directly.
Version History
Introduced in R2013a