MTIMES Overloaded Matrix Multiplication Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when two variables are multiplied using the matrix operator and is invoked when you callc = mtimes(a,b)
or for
c = a * b
Section: Object Oriented Programming
c = mtimes(a,b)
or for
c = a * b