Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Operators
See also: || &&

Function: !
Description: ! is a operator for elementwise logical operation (not).


Usage: z = ! x
Input:
x array
Output:
z array

Example:



(! (#(4,3,2) < 4))'

Result:



Contents of _tmp

[1,]     1  0  0 


Group: Operators
See also: || &&

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 21.9.2000