ne
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Inequality, ~= operator
C = ne(A, B)
C = A ~= B
A - a variable
B - a variable
C - 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
1.0.0
initial version
Allan CORNET