Less Than or Equal - compares a double and a vector.
Compares of a double 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 LE()
Compares of a double 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 LE()