Summary
Symbolic array multiplication can be performed in MATLAB using the 'times' function. For example, multiplying a matrix by a scalar means multiplying each element of the matrix by that scalar.
1
Similarly, a matrix can be multiplied by a symbolic expression, such as sin(b).
1
According to