[TOC]
mtimes
Matrix multiplication
Usage
mtimes(A, B)
A should be numeric matrix and B numeric matrix.
- It returns the same result as
A * B.
- If one of the input arguments is scalar, it multiples the scalar with each element of the other input argument.