MATLAB Operators

These are the operators supported by MATLAB.


Description

Most operators work as expected.

For the most part, prefixing an operator with a dot (.) causes element-wise operation. For example:

Matrix division has two notable forms:

Note that the transposition operator ' gives the Hermitian transpose, while the transposition operator .' gives the non-conjugate transpose. Lastly, note that the function transpose() matches .'.


CategoryRicottone

MATLAB/Operators (last edited 2026-02-13 03:20:02 by DominicRicottone)