User`s guide
Add Components to the GUI
Set Data Properties. Specify the value of the Data you want in the table.
You need create
Data in the MATLAB command window before you specify it
in GUIDE. For this example, type:
dat =
{6.125, 456.345 7, true, 'Fixed';...
6.75
, 510.2342, false, 'Adjustable';...
7, 65
8.2, false, 'Fixed';};
In the Table Property Editor, select the data that you defined and select
Change data value to the selected workspace variable below.
6-75