Greater Than or 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 GE()
Back | DIVA Reference Manual | The DIVA-Site |