User`s guide
mlreportgen.dom.FormalTable class
12-129
Input Arguments
ncols — Number of columns in table
numeric value
Number of columns in a table, specified as a numeric value.
Data Types: double
body — Table body content
two-dimensional numeric array | two-dimensional cell array
The cell array may contain:
• Character array (strings)
• One- or two-dimensional cell array
• double
• mlreportgen.dom.Text object
• mlreportgen.dom.Paragraph object
• mlreportgen.dom.Image object
• mlreportgen.dom.Table object
• mlreportgen.dom.FormalTable object
• mlreportgen.dom.OrderedList object
• mlreportgen.dom.UnorderedList object
• mlreportgen.dom.ExternalLink object
• mlreportgen.dom.InternalLink object
• mlreportgen.dom.CharEntity object
styleName — Style for table
string
The style specified by styleName must be defined in the template used to create the
document that contains this table.
header — Header content
two-dimensional numeric array | two-dimensional cell array of strings
The cell array may contain: