function z = bsxge(x, y) % bsxge(x, y) = bsxfun(@ge, x, y); % Binary "Greater than or equal" operator applied element-wise to x and y. % Singleton dimensions are implicitly expanded to make x and y match in size. z = bsxfun(@ge, x, y);