function fig = qu()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-created. This may cause problems with any callbacks written to
% depend on the value of the handle at the time the object was saved.
% This problem is solved by saving the output as a FIG-file.
%
% To reopen this object, just type the name of the M-file at the MATLAB
% prompt. The M-file and its associated MAT-file must be on your path.
%
% NOTE: certain newer features in MATLAB may not have been saved in this
% M-file due to limitations of this format, which has been superseded by
% FIG-files. Figures which have been annotated using the plot editor tools
% are incompatible with the M-file/MAT-file format, and should be saved as
% FIG-files.
load qu
h0 = figure('Units','points', ...
'Color',[1 1 0], ...
'Colormap',mat0, ...
'FileName','A:\qu.m', ...
'MenuBar','none', ...
'Name','usefull energy gain', ...
'NumberTitle','off', ...
'PaperPosition',[18 180 576 432], ...
'PaperUnits','points', ...
'Position',[254.25 30 321 336.75], ...
'Tag','qu', ...
'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'ListboxTop',0, ...
'Position',[7.5 278.25 221.25 41.25], ...
'String','air tempreature(c)', ...
'Style','text', ...
'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'ListboxTop',0, ...
'Position',[14.25 232.5 222 41.25], ...
'String','fluid avearge tempreatur', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'ListboxTop',0, ...
'Position',[11.25 182.25 229.5 45.75], ...
'String','total loss coefficient', ...
'Style','text', ...
'Tag','StaticText3');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'ListboxTop',0, ...
'Position',[13.5 128.25 231 44.25], ...
'String','collector efficiency factor', ...
'Style','text', ...
'Tag','StaticText4');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'ListboxTop',0, ...
'Position',[4.5 87.75 233.25 38.25], ...
'String','distance between tube', ...
'Style','text', ...
'Tag','StaticText5');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','qucal', ...
'ListboxTop',0, ...
'Position',[250 291.75 60 30], ...
'Style','edit', ...
'Tag','EditText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','qucal', ...
'ListboxTop',0, ...
'Position',[250 241.5 60 30], ...
'Style','edit', ...
'Tag','EditText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','qucal', ...
'ListboxTop',0, ...
'Position',[250 198 60 30], ...
'Style','edit', ...
'Tag','EditText3');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','qucal', ...
'ListboxTop',0, ...
'Position',[250 148.5 60 30], ...
'Style','edit', ...
'Tag','EditText4');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','qucal', ...
'ListboxTop',0, ...
'Position',[250 94.5 60 30], ...
'String','10', ...
'Style','edit', ...
'Tag','EditText5');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[33 15 197.5 42.75], ...
'Style','text', ...
'BackgroundColor',[1 1 0], ...
'FontSize',15, ...
'FontWeight','bold', ...
'ForegroundColor',[1 0 1], ...
'string','absorbed energy',...
'Tag','StaticText6');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'ListboxTop',0, ...
'Position',[250 30 60 30], ...
'Style','edit', ...
'Tag','EditText6');
if nargout > 0, fig = h0; end