MATLAB Creating Graphical User Interfaces

(ff) #1
To display the & character in the title, use two & characters. The words remove,
default, and factory (case sensitive) are reserved. To use one of these as a label,
prepend a backslash characters (\). For example, \remove yields remove.


  • Specify the location of the button group title by selecting one of the available
    TitlePosition property values from the pop-up menu, in this case lefttop. You
    can position the title at the left, middle, or right of the top or bottom of the button
    group.

  • If you want to set the position or size of the button group to an exact value, then
    modify its Position property.


Axes


Axes allow you to display graphics such as graphs and images using commands such as:
plot, surf, line, bar, polar, pie, contour, and mesh.

To define an axes, you must set certain properties. To do this:

6 Lay Out a UI Using GUIDE

Free download pdf