User`s guide

Array-Based Table
10-3
is truncated so that the number of elements equals the number of columns. If m is
less than the number of columns in the table, the vector is padded with 1s so that the
number of elements equals the number of columns.
If you use this field, it is recommended that you specify a width for each column. Any
width not specified defaults to 1. MATLAB displays a warning when defaulting any
unspecified column width to 1.
Table grid lines: Displays grid lines, which create borders between fields, in the
table.
Table spans page width (HTML only): Sets the table width to the width of the
page on which it appears.
Header/Footer Options
Designating a row as a header or footer row causes the contents of the row to appear in
boldface.
Number of header rows: Specifies the number of header rows.
Footer list:
No footer: Specifies no footers for the report.
Last N rows are footer: Enables you to select a footer that is different from
your header.
Example
Consider the following cell array in the MATLAB workspace:
{'foo','bar';[3],[5]}
Its cell table in the report appears as follows.
foo bar
3 5
Note that the table has no headers or footers and no title.