| << mtimes | Operators | not >> |
| C = ne(A, B) |
| C = A ~= B |
a variable
a variable
result of A ~= B
C = ne(A, B) performs inequality operation: A ~= B variables.
ne compares both real and imaginary parts of numeric arrays.
ne(3, 4)
3 ~= 4
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET