MATLAB thermal power generation 2

Source: Internet
Author: User
Tags uicontrol

H0 = figure ('toolbar', 'none ',...
'Menu ', 'none ',...
'Color', [0.94, 0.94, 0.94],...
'Visible ', 'on', 'resize', 'off ',...
'Numbertitle', 'off', 'handlevisibility ', 'on ',...
'Position', [198 140 900 600],...
'Name', 'select unit type ');
P1 = uicontrol ('parent', H0 ,...
'Style', 'text ',...
'Position', [220,450,170, 30],...
'String', 'select the unit type :',...
'Fontsize', 16 );
P2 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [610 300 70 30],...
'String', 'close ',...
'Callback', 'close ');
P4 = uicontrol ('parent', H0 ,...
'Style', 'text ',...
'Position', [170,150,],...
'String', 'Type Description :',...
'Fontsize', 12 );
P3 = uicontrol ('parent', H0 ,...
'Style', 'text ',...
'Position', [200,100,480, 25],...
'String', 'A _ mhu_chu, B _mhu_phu1, c_mhu_phu1_phu2, d_mhu_phu1_chu ',...
'Fontsize', 12 );
P4 = uicontrol ('parent', H0 ,...
'Style', 'text ',...
'Position', [, 50,],...
'String', 'e _ mhu_phu1_phu1, f_mhu_phu1_phu2_chu, g_mhu_phu1_phu1_chu ',...
'Fontsize', 11 );
P5 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [250 370 70 30],...
'String', 'A ',...
'Callback', 'My _ shuruc ');
P6 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [370 370 70 30],...
'String', 'B ',...
'Callback', 'My _ shuruc ');
P7 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [490 370 70 30],...
'String', 'C ',...
'Callback', 'My _ shuruc ');
P8 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [610 370 70 30],...
'String', 'D ',...
'Callback', 'My _ shuruc ');
P9 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [250 300 70 30],...
'String', 'E ',...
'Callback', 'My _ shuruc ');
P10 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [370 300 70 30],...
'String', 'F ',...
'Callback', 'My _ shuruc ');
P11 = uicontrol ('parent', H0 ,...
'Style', 'pushutton ',...
'Position', [490 300 70 30],...
'String', 'G ',...
'Callback', 'My _ shuruc ');

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.