Main Content
parentheses, ( )
Command grouping, indexing
Syntax
Description
Parentheses ()
specify order of operations, perform indexing, and
enclose function and method input arguments. For instance, (A.*(B./C))
uses parentheses to specify order of operations.
Examples
Version History
Introduced before R2006a