Logical Functions
Function
|
Purpose
|
mlfFind
|
Find indices of nonzero elements.
|
mlfFinite
|
Extract only finite elements from array.
|
mlfIsa
|
True if object is a given class.
|
mlfIschar
|
True for character arrays (strings).
|
mlfIsempty
|
True for empty array.
|
mlfIsequal
|
True for input arrays of the same type, size, and contents.
|
mlfIsfinite
|
True for finite elements of an array.
|
mlfIsinf
|
True for infinite elements.
|
mlfIsletter
|
True for elements of the string that are letters of the alphabet.
|
mlfIslogical
|
True for logical arrays.
|
mlfIsnan
|
True for Not-a-Number.
|
mlfIsreal
|
True for noncomplex matrices.
|
mlfIsspace
|
True for whitespace characters in string matrices.
|
mlfLogical
|
Convert numeric values to logical.
|
mlfTobool
|
Convert an array to a Boolean value by reducing the rank of the array to a scalar.
|