isrealpositiveint
Element-wise real-positive-integer test.
Syntax
Section titled “Syntax”TF = isrealpositiveint(A)Description
Section titled “Description”Returns true for elements that are real, integer-valued, AND strictly positive. Common precondition check for size / count arguments.
See also
Section titled “See also”isrealint— Element-wise real-integer test.ispositive— Element-wise positive test.