MATLAB Creating Graphical User Interfaces

(Barry) #1

6 Lay Out a UI Using GUIDE



  • If you want to set the position or size of the axes to an exact value, then modify its
    Position property. See “Locate and Move Components” on page 6-74 and “Resize
    GUIDE UI Components” on page 6-67 for details.

  • If you customize axes properties, some of them (or example, callbacks, font
    characteristics, and axis limits and ticks) may get reset to default every time you
    draw a graph into the axes when the NextPlot property has its default value of
    'replace'. To keep customized properties as you want them, set NextPlot to
    'replacechildren' in the Property Inspector, as shown here.


Table


Tables enable you to display data in a two dimensional table. You can use the Property
Inspector to get and set the object property values.
Free download pdf