function z = bsxldivide(x, y) % bsxldivide(x, y) = bsxfun(@ldivide, x, y); % Binary "Left array divide" operator applied element-wise to x and y. % Singleton dimensions are implicitly expanded to make x and y match in size. z = bsxfun(@ldivide, x, y);