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

UptoLike

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

Рубрика: 

'Callback','f_termo2d2(''press_Default'');', ...
'Enable','off', ...
'ListboxTop',0, ...
'Position',[315 335 75 15], ...
'String','Радуга', ...
'Style','radiobutton', ...
'Tag','Radio_Default');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[310 460 90 15], ...
'String','Координатная сетка', ...
'Style','text', ...
'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.8 0.8 0.8], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[310 395 90 15], ...
'String','Палитра', ...
'Style','text', ...
'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','f_termo2d2(''press_t0'');', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[23.25 169.5 45 15], ...
'Style','edit', ...
'Tag','Edit_t0');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','f_termo2d2(''press_ts'');', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[24.75 134.25 45 15], ...
'Style','edit', ...
'Tag','Edit_ts');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','f_termo2d2(''press_s'');', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[25 100 45 15], ...
'Style','edit', ...
'Tag','Edit_s');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','f_termo2d2(''press_n'');', ...
38