Switch to side-by-side view

--- a
+++ b/preprocessOfApneaECG/BioSigKit/LayoutLib/layout/Contents.m
@@ -0,0 +1,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) $