MATLAB Creating Graphical User Interfaces

(Barry) #1
Add Components to the GUIDE Layout Area

Set Data Properties


Use the Data property to specify the data in the table. Create the data in the command
window before you specify it in GUIDE. For this example, type:


dat = {6.125, 456.3457, true, 'Fixed';...
6.75, 510.2342, false, 'Adjustable';...
7, 658.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.

Free download pdf