Main Content
comma, ,
Command separator
Syntax
Description
The comma symbol (,
) separates row elements in an array definition,
subscripts in an indexing expression, function input and output arguments, and commands
entered on the same line. For instance, A(3,2)
uses a comma to separate
array subscripts in an indexing command.
Examples
Version History
Introduced before R2006a