[Master Index]

Index for /tools/hpmatlab/toolbox/matlab/ops

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON

Matlab files in this Directory

Contents       Operators and special characters.
all            ALL 	True if all elements of a vector are true.
any            ANY 	True if any element of a vector is true.
arith          +   Plus.
colon          :   Colon. Used in subscripts, FOR iterations and possibly elsewhere.
exist          EXIST	Check if variables or functions exist.
find           FIND	Find indices of the non-zero elements.
finite         FINITE	True for finite elements.
isempty        ISEMPTY True for empty matrices.
isglobal       ISGLOBAL True for global variables
isinf          ISINF	True for infinite elements.
isnan          ISNAN	True for Not-A-Number.
kron           KRON	Kronecker tensor product.
paren          ( ) Parentheses are used to indicate precedence in arithmetic
punct          .   Decimal point. 325/100, 3.25 and .325e1 are all the same.
relop          < > Relational operators.
slash          \   Backslash or left division.
xor            XOR	Exclusive "or".
isreal         ISREAL True for matrix that contains only real elements.