Syntax
C = A*B C = mtimes(A,B)
Input
A | Operands |
scalars | vectors | matrices | |
B | Operands |
scalars | vectors | matrices |
Output
C | Product |
scalar | vector | matrix |
C = A*B C = mtimes(A,B)
A | Operands |
scalars | vectors | matrices | |
B | Operands |
scalars | vectors | matrices |
C | Product |
scalar | vector | matrix |