User`s guide
6 Lay Out a GUIDE GUI
• Specify the radio button label by setting the String property to the desired
label, in this case,
Indent neste d functions.
To display the & character in a label, use two & characters in the string.
The words
remove, default,andfactory (case sensitive) are reserved.
To use one of these as a label, prepend a backslash (
\) to the string. For
example,
\remove yields remove.
The radio button accommodates only a single line of text. If you specify
morethanoneline,onlythefirstlineisshown.Ifyoucreatearadiobutton
that is too narrow to accomm odate the specified
String, MATLAB software
truncates the string with an ellipsis.
• Crea
te the radio button with the button selected by setting its
Value
pro
pertytothevalueofits
Max property (default is 1). Set Value to Min
(de
fault is
0) to leave the radio button unselected. Correspondingly, when
the
user selects the radio button, the software sets
Value to Max,andtoMin
whe
n the user deselects it.
6-44