function fig = page3b() load page3b h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[195 104 560 420], ... 'Tag','Fig1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.7607843137254901 0.749019607843137 0.647058823529412], ... 'FontSize',16, ... 'ListboxTop',0, ... 'Position',[93 140.25 227.25 62.25], ... 'String','STRATEGY WHEN GENERATORS ARE BOUNDARY ARCS', ... 'Style','text', ... 'Tag','StaticText1'); if nargout > 0, fig = h0; end