MATLAB Creating Graphical User Interfaces

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


  • Specify the text that appears in the component by setting the component String
    property to the desired text, in this case Select a data set.


To display the & character in a list item, 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.

If your component is not wide enough to accommodate the specified String,
MATLAB software wraps the string.
Free download pdf