MATLAB Creating Graphical User Interfaces

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

NoteTo manage exclusive selection of radio buttons and toggle buttons, put them in a
button group. See “Button Group” on page 6-48 for more information.

Check Box


To create a check box with label Display file extension that is initially checked, as
shown in this figure:



  • Specify the check box label by setting the String property to the desired label, in this
    case, Display file extension.


To display the & character in a label, use two & characters in the string. The words
remove, default, and factory (case sensitive) are reserved. To use one of these as a
label, prepend a backslash (\) to the string. For example, \remove yields remove.
Free download pdf