MATLAB Operators
These are the operators supported by MATLAB.
Contents
Description
Most operators work as expected.
Common array and matrix operators include:
apostrophe (') for transposition
.* for element-wise multiplication
./ for element-wise right division
.\ for element-wise left division
.^ for element-wise power
