MATLAB Creating Graphical User Interfaces

(ff) #1

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.


Add Components to the GUIDE Layout Area
Free download pdf