Main Content
ellipsis, ...
Line continuation
Syntax
Description
The ellipsis symbol (...
) continues the current command on the next
line. If three or more periods occur before the end of a line, then MATLAB® ignores the rest of the line and continues to the next line. This behavior
effectively makes a comment out of anything on the current line that follows the three
periods.
MATLAB interprets the ellipsis as a space character. Therefore, multi-line commands must be valid as a single line with the ellipsis replaced by a space character.
Examples
Version History
Introduced before R2006a