function z = bsxplus(x, y) % bsxplus(x, y) = bsxfun(@plus, x, y); % Binary "Plus" operator applied element-wise to x and y. % Singleton dimensions are implicitly expanded to make x and y match in size. z = bsxfun(@plus, x, y);