Not Equal - compares a vector and a vector.
Compares of a vector and a vector and returns the result as a binary matrix i.e.:C(i) = 1 if A(i) != B C(i) = 0 else Corresponding MatLab function NE()
Compares of a vector and a vector and returns the result as a binary matrix i.e.:
C(i) = 1 if A(i) != B C(i) = 0 else
Corresponding MatLab function NE()