Getting Started Previous page   Next Page

Operators

Expressions use familiar arithmetic operators and precedence rules.

+   
Addition
-
Subtraction
*
Multiplication
/
Division
\
Left division (described in "Matrices and Linear Algebra" in the MATLAB documentation)
^
Power
'
Complex conjugate transpose
( )
Specify evaluation order


Previous page  Numbers Functions Next page

© 1994-2005 The MathWorks, Inc.