Решение задач математической физики в системе MatLab. Рындин Е.А - 42 стр.

UptoLike

Составители: 

Рубрика: 

'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','f_termo2d2(''press_g2'');', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[320.25 49.5 75 15], ...
'Style','edit', ...
'Tag','Edit_g2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[24.75 184.5 45 15], ...
'String','tmin', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[24.75 149.25 45 15], ...
'String','tmax', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'Callback','f_termo2d2(''press_s'');', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[25 115 45 15], ...
'String','dim t', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[85.5 114 45 15], ...
'String','dim x', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[85.5 149.25 45 15], ...
'String','xmax', ...
'Style','text', ...
'Tag','StaticText2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
42