function fig = ue()
load ue
h0 = figure('Units','points', ...
'Color',[1 1 0], ...
'Colormap',mat0, ...
'FileName','A:\ue.m', ...
'MenuBar','none', ...
'Name','edge loss coefficient', ...
'NumberTitle','off', ...
'PaperPosition',[18 180 400 450], ...
'PaperUnits','points', ...
'Position',[35.25 92.25 254.25 232.5], ...
'Tag','ue', ...
'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[11.25 165 143.25 60], ...
'Style','text', ...
'BackgroundColor',[1 1 0], ...
'FontSize',10, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'string','thermal conductivity ofinsulation at sides(w/(m-c))',...
'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[11.25 115 150.75 45], ...
'Style','text', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'string','Thickness(m)',...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[10.5 60 153.75 50.25], ...
'BackgroundColor',[1 1 0], ...
'FontSize',13, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'string','area of collector surface(m^2)',...
'Style','text', ...
'Tag','StaticText3');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[12 15 153.75 40], ...
'Style','text', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'string','area of collector sides (m^2)',...
'Tag','StaticText4');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[170 185 75 30], ...
'Style','edit', ...
'callback','uecal',...
'string','0.045',...
'Tag','EditText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[170 129 75 30], ...
'Style','edit', ...
'callback','uecal',...
'string','0.025',...
'Tag','EditText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[170 73.5 75 30], ...
'Style','edit', ...
'string','1.95',...
'callback','uecal',...
'Tag','EditText3');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[170 20.25 75 30], ...
'Style','edit', ...
'callback','uecal',...
'string','30',...
'Tag','EditText4');
if nargout > 0, fig = h0; end