No BSD License  

Highlights from
Solar Software (nimajamshidi)

from Solar Software (nimajamshidi) by nima jamshidi
solar software for estimating solar and collector parameter

boundconductance()
function fig = boundconductance()
load boundconductance
h0 = figure('Units','points', ...
	'Color',[1 1 0], ...
	'Colormap',mat0, ...
	'FileName','A:\boundconductance.m', ...
	'PaperPosition',[18 180 576 432], ...
	'PaperUnits','points', ...
	'Position',[212.25 213 195 170.25], ...
   'Tag','bond', ...
   'MenuBar','none', ...
	'Name','bond conductance', ...
	'NumberTitle','off', ...
	'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'ListboxTop',0, ...
	'Position',[13.5 118.5 102.75 36.75], ...
   'Style','text', ...
   'BackgroundColor',[1 1 0], ...
	'FontSize',11, ...
	'FontWeight','bold', ...
   'ForegroundColor',[1 0 1], ...
   'string','bond thermal condcuctivity(kb)',...
	'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'ListboxTop',0, ...
	'Position',[15.75 57.25 101.25 40.5], ...
   'Style','text', ...
   'BackgroundColor',[1 1 0], ...
	'FontSize',11, ...
	'FontWeight','bold', ...
   'ForegroundColor',[1 0 1], ...
   'string','bond average thickness(m)',...
	'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'ListboxTop',0, ...
	'Position',[14.25 .5 95.25 30], ...
   'Style','text', ...
   'BackgroundColor',[1 1 0], ...
	'FontSize',11, ...
	'FontWeight','bold', ...
   'ForegroundColor',[1 0 1], ...
   'string','bond length(m)',...
	'Tag','StaticText3');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'ListboxTop',0, ...
	'Position',[130 125.25 55 25], ...
   'Style','edit', ...
   'callback','boundconductancecal',...
	'Tag','EditText1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'ListboxTop',0, ...
	'Position',[130 69 55 25], ...
   'Style','edit', ...
  'callback','boundconductancecal',...
	'Tag','EditText2');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'ListboxTop',0, ...
	'Position',[130 10.5 55 25], ...
   'Style','edit', ...
   'callback','boundconductancecal',...
	'Tag','EditText3');
if nargout > 0, fig = h0; end

Contact us at files@mathworks.com