Main Content
percent, %
Code comments, conversion specifier
Syntax
Description
The percent symbol (%
) indicates nonexecutable text within the body
of a program, and some functions also interpret the percent symbol as a conversion
specifier. For instance, % Code comment
uses a percent symbol to indicate
a nonexecutable text comment in a program.
Examples
Version History
Introduced before R2006a