Less Than - 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 LT()
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 LT()