Group Property Values Description
Column ColumnName 1-by-n cell array of
character vectors |
{'numbered'} |
empty matrix ([])The header label of
the column.ColumnFormat Cell array of
character vectorsDetermines display
and editability of
columns
ColumnWidth 1-by-n cell array or
'auto'Width of each
column in pixels;
individual column
widths can also be
set to 'auto'
ColumnEditable logical 1-by-n matrix
| scalar logical value
| empty matrix ([])Determines data in a
column as editableRow RowName 1-by-n cell array of
character vectorsRow header label
names
Color BackgroundColor n-by-3 matrix of RGB
triplesBackground color of
cells
RowStriping {on} | off Color striping of
table rows
Data Data Matrix or cell array
of numeric, logical,
or character dataTable data.Create a Table
To create a UI with a table in GUIDE as shown, do the following:
Add Components to the GUIDE Layout Area