@symfun
Symbolic function component-wise multiplication.
Example:
syms x y f(x, y) = sym([1 2; 3 4]); g(x, y) = [x 0; 2 y];
h = f .* g ⇒ h(x, y) = (symfun) ⎡x 0 ⎤ ⎢ ⎥ ⎣6 4⋅y⎦
See also: @symfun/mtimes.
Package: symbolic