MATLAB Creating Graphical User Interfaces
See Also More About “Write Callbacks in App Designer” on page 17-18 “Create Helper Functions in App Designer” on page 17-25 Se ...
...
App Layout “Lay Out Apps in App Designer” on page 16-2 “Managing Resizable Apps in App Designer” on page 16-9 “Using Grid Layou ...
Lay Out Apps in App Designer Design View in App Designer provides a rich set of layout tools for designing modern, professional- ...
the component to have a label, you can exclude it by pressing and holding the Ctrl key as you drag the component onto to the can ...
When the app runs, the edit field accepts values only within that range. You can edit some properties directly in the canvas by ...
Aligning and Spacing Components In Design View, you can arrange and resize components by dragging them on the canvas, or you can ...
You can control the spacing among neighboring components using the tools in the Space section of the toolstrip. Select a group o ...
Grouping Components You can group two or more components together to modify them as a single unit. For example, you might group ...
The Component Browser shows the parent–child relationship by indenting the name of the child component under the parent containe ...
Managing Resizable Apps in App Designer Apps you create in App Designer are resizable by default. The components reposition and ...
The value of the OuterPosition property for the axes or chart will change when the app is resized. The axes or chart will not s ...
app.UIFigure.AutoResizeChildren = 'off'; To completely disable resizing, set the Resize property of the figure to 'off'. Customi ...
Using Grid Layout Managers NoteGrid layout managers are only for apps created using the uifigure function. When you design an ap ...
The grid is invisible, but this picture includes lines to illustrate how the space is distributed. To place a component in a spe ...
If you add components and do not specify the Layout property, the grid places the components in default locations. The component ...
If you reconfigure the grid after adding components to it, the grid does not redistribute the components. For example, if you ad ...
Some changes you make in the layout can change the size of the grid. For example, adding a component to a fully populated grid a ...
Creates a callback function called findMethodSelected for the drop-down menu. When the value of the drop-down menu changes to ' ...
case 'Moving median' % Expand the second row grid2.RowHeight{2} = 22; end end end When you set the Find Method to Quartiles in t ...
«
16
17
18
19
20
21
22
23
24
25
»
Free download pdf