No BSD License  

Highlights from
Solar Software (nimajamshidi)

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

transition()
function fig = transition()
load transition
h0 = figure('Units','points', ...
	'Color',[1 1 0], ...
	'Colormap',mat0, ...
	'FileName','A:\transition.m', ...
	'MenuBar','none', ...
	'Name','transition atmosppher factor', ...
	'NumberTitle','off', ...
	'PaperPosition',[18 180 576 432], ...
	'PaperUnits','points', ...
	'Position',[352.5 66 200.25 275.25], ...
	'Tag','tra', ...
   'ToolBar','none');
h1=findobj(0,'tag','now');
m=findobj(h1,'tag','EditText5');
hour=get(m,'string');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'Callback','transitioncal', ...
	'ListboxTop',0, ...
	'Position',[125 231 60 25], ...
	'String',hour, ...
	'Style','edit', ...
   'Tag','EditText1hour');
h1=findobj(0,'tag','now');
m=findobj(h1,'tag','EditText4');
nk=get(m,'string');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'Callback','transitioncal', ...
	'ListboxTop',0, ...
	'Position',[125 168 60 25], ...
	'String',nk, ...
	'Style','edit', ...
	'Tag','EditText2day');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 0], ...
	'FontSize',17, ...
	'ForegroundColor',[1 0 0.502], ...
	'ListboxTop',0, ...
	'Position',[21.75 227.25 78 31.5], ...
	'String','houre', ...
	'Style','text', ...
	'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 0], ...
	'FontSize',17, ...
	'ForegroundColor',[1 0 0.502], ...
	'ListboxTop',0, ...
	'Position',[24 161 85.5 31.5], ...
	'String','day number', ...
	'Style','text', ...
	'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 0], ...
	'FontSize',17, ...
	'ForegroundColor',[1 0 0.502], ...
	'ListboxTop',0, ...
	'Position',[21.75 94.5 163.5 53], ...
	'String','now you should select the weather type', ...
	'Style','text', ...
	'Tag','StaticText3');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'ListboxTop',0, ...
	'Position',[66.75 57 80.25 26.25], ...
	'String',{'tropical' 'midlattiudesummer' 'subarticsummer' 'midlattiudewinter'}, ...
   'Style','popupmenu', ...
   'callback','transitioncal',...
	'Tag','PopupMenutransition', ...
   'Value',1);
    

Contact us at files@mathworks.com