Download this file

29 lines (27 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% GUI Layout Toolbox
% Version 2.3.3 (R2018b) 25-October-2018
%
% Panels
% uix.Panel - arrange a single element inside a standard panel
% uix.CardPanel - show one element from a list
% uix.BoxPanel - arrange a single element inside a panel with a boxed title
% uix.TabPanel - arrange elements in a panel with tabs for selecting which is visible
% uix.ScrollingPanel - arrange a single element inside a scrollable panel
%
% Boxes
% uix.HBox - arrange elements horizontally in a single row
% uix.VBox - arrange elements vertically in a single column
% uix.HBoxFlex - arrange elements horizontally with draggable dividers
% uix.VBoxFlex - arrange elements vertically with draggable dividers
% uix.HButtonBox - arrange buttons horizontally in a single row
% uix.VButtonBox - arrange buttons vertically in a single column
%
% Grids
% uix.Grid - arrange elements in a two-dimensional grid
% uix.GridFlex - arrange elements in a two-dimensional grid with draggable dividers
%
% Other
% uix.Empty - create an empty space
% uix.tracking - track anonymized usage data
% Copyright 2009-2018 The MathWorks, Inc.
% $Revision: 1766 $ $Date: 2018-10-25 17:11:56 +0100 (Thu, 25 Oct 2018) $