Logical Functions
Function
|
Purpose
|
find
|
Find indices of nonzero elements.
|
finite
|
Make elements finite.
|
ischar
|
True for character arrays.
|
isempty
|
True for empty array.
|
isfinite
|
True for finite elements of an array.
|
isieee
|
True for IEEE floating-point arithmetic.
|
isequal
|
True for input arrays of the same type, size, and contents.
|
isinf
|
True for infinite elements.
|
isletter
|
True for string elements that are letters of the alphabet.
|
islogical
|
True for logical arrays.
|
isnan
|
True for Not-a-Number.
|
isreal
|
True for noncomplex matrices.
|
isspace
|
True for whitespace characters in string matrices.
|
isstr
|
True for text strings.
|
isstudent
|
True for student editions of MATLAB.
|
isunix
|
True on UNIX machines.
|
isvms
|
True on computers running DEC's VMS.
|
logical
|
Convert numeric values to logical.
|
tobool
|
Convert an array to a Boolean value by reducing the rank of the array to a scalar.
|