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

UptoLike

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

Рубрика: 

'Tag','button_Rep');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'Callback','f_termo2d2(''press_Figures'');', ...
'Enable','off', ...
'ListboxTop',0, ...
'Position',[175 20 60 30], ...
'String','По кадрам', ...
'Tag','button_Figures');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[310 425 90 33], ...
'Style','frame', ...
'Tag','Frame1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.925490196078431 0.913725490196078
0.847058823529412], ...
'Callback','f_termo2d2(''press_Grid'');', ...
'Enable','off', ...
'ListboxTop',0, ...
'Position',[320 435 75 15], ...
'String','Включить', ...
'Style','checkbox', ...
'Tag','box_Grid', ...
'UserData','[ ]');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'ListboxTop',0, ...
'Position',[310 330 90 65], ...
'Style','frame', ...
'Tag','Frame2');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.925490196078431 0.913725490196078
0.847058823529412], ...
'Callback','f_termo2d2(''press_Cool'');', ...
'Enable','off', ...
'ListboxTop',0, ...
'Position',[315 375 75 15], ...
'String','Оттенки синего', ...
'Style','radiobutton', ...
'Tag','Radio_Cool');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'Callback','f_termo2d2(''press_Hot'');', ...
'Enable','off', ...
'ListboxTop',0, ...
'Position',[315 355 75 15], ...
'String','Оттенки красного', ...
'Style','radiobutton', ...
'Tag','Radio_Hot', ...
'Value',1);
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
37