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