Main Content

matlab.unittest.constraints.AndTolerance Class

Namespace: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Tolerance

Logical conjunction of numeric tolerances

Description

When you combine numeric tolerances with the logical AND operator (&), the testing framework instantiates the matlab.unittest.constraints.AndTolerance class. You cannot create an object of this class directly.

Version History

Introduced in R2013a