Main Content
matlab.unittest.constraints.IsGreaterThanOrEqualTo Class
Namespace: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.Constraint
Test if value is greater than or equal to specified value
Description
The matlab.unittest.constraints.IsGreaterThanOrEqualTo
class provides a
constraint to test if a numeric value is greater than or equal to another value.
Creation
Description
c = matlab.unittest.constraints.IsGreaterThanOrEqualTo(floorValue)
creates a constraint to test if a value is greater than or equal to
floorValue
and sets the FloorValue
property. The sizes of the values being compared must
be the same or be compatible. For more information about compatible arrays, see Compatible Array Sizes for Basic Operations.
Properties
Examples
Version History
Introduced in R2013a