Symbolic array multiplication - MATLAB times
www.mathworks.com › help › symbolicMultiply the matrices by using the elementwise multiplication operator .*. This operator multiplies each element of the first matrix by the corresponding element of the second matrix. The dimensions of the matrices must be the same. H.*d ans = [ 1, 0, 0] [ 0, 2/3, 0] [ 0, 0, 3/5] Multiply Expression by Symbolic Function