function fig = ttt()
load ttt
h0 = figure('Units','points', ...
'Color',[1 1 0], ...
'Colormap',mat0, ...
'FileName','A:\ttt.m', ...
'PaperPosition',[18 180 576 432], ...
'PaperUnits','points', ...
'Position',[89.25 247.5 315 134.25], ...
'MenuBar','none', ...
'Name','solar transmittance(due reflection and absorption', ...
'NumberTitle','off', ...
'Tag','ttt', ...
'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[13.5 81 210.75 37.5], ...
'Style','text', ...
'string','solar transmittance(due to reflection)(Trn)',...
'fontsize',15,...
'BackgroundColor',[1 1 0], ...
'foregroundcolor',[1 0 0.5020],...
'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[240 81 70 35], ...
'Style','edit', ...
'callback','tcal',...
'Tag','EditText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[7.5 15.75 217.5 48], ...
'string','solar transmittance(due to absorption)(Ta)',...
'fontsize',15,...
'BackgroundColor',[1 1 0], ...
'foregroundcolor',[1 0 0.5020],...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[240 19.5 70 35], ...
'Style','edit', ...
'callback','tcal',...
'Tag','EditText2');
if nargout > 0, fig = h0; end