MATLAB Creating Graphical User Interfaces

(ff) #1
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 vectors

Determines 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 editable

Row RowName 1-by-n cell array of
character vectors

Row header label
names
Color BackgroundColor n-by-3 matrix of RGB
triples

Background color of
cells
RowStriping {on} | off Color striping of
table rows
Data Data Matrix or cell array
of numeric, logical,
or character data

Table 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
Free download pdf