Element wise greater than or equal. Comparison of a matrix and a double.
Compares each element in this matrix (A) with double B. Result matrix C has elements with values 1 or 0.
C(i,j) = 1 if A(i,j) >= B C(i,j) = 0 else
Back | DIVA Reference Manual | The DIVA-Site |