Package: matlab.unittest.constraints
Superclasses: matlab.unittest.constraints.BooleanConstraint
Constraint specifying finite value
IsFinite
creates
a constraint that is able to determine if all values of an actual
value array are finite. This constraint is satisfied only if the actual
value array does not contain any infinite or NaN
values.
Value. To learn how value classes affect copy operations, see Copying Objects.