TRANSPOSE Overloaded Transpose Operator

Section: Object Oriented Programming

Usage

This is a method that is invoked when a variable has the transpose operator method applied, and is invoked when you call
   c = transpose(a)

or

/  c = a.'