* is a vector or matrix multiplication, in order to use this operator, the operands should obey matrix multiplication rules in terms of size.
.* is a element-wise multiplication. In order to use this operator, vector lengths or matrix sizes should be equal.