bool = isDegenerate(A)
returns a boolean indicating whether the left and right ends of the
fixed.Interval object A are the same, or
equivalently, whether the interval contains only one point.
bool — Indicates whether left and right ends of A are degenerate true | false | logical array
Indicates whether the fixed.Interval object
A has degenerate end points. Returns 1 (true)
when the left and right ends of A are the same, or equivalently,
when the interval contains only one point, and 0 (false)
otherwise.
When A is an array of Interval objects, the
output is an array of logical values of the same size as A.