Greater 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 GE()
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 GE()