MATLAB Function Reference Operators and Special Characters + Plus - Minus * Matrix multiplication .* Array multiplication ^ Matrix power .^ Array power kron Kronecker tensor product \ Backslash or left division / Slash or right division ./ Array division right .\ Array division left : Colon ( ) Parentheses [ ] Brackets {} Curly braces . Decimal point ... Continuation , Comma ; Semicolon % Comment ! Exclamation point ' Transpose and quote .' Nonconjugated transpose = Assignment == Equality < > Relational operators & Logical and | Logical or ~ Logical not xor Logical exclusive or