资源简介

用于matlab编的相关的汽车动力性和经济性方面的原程式,比较系统

资源截图

代码片段和文件信息


global h0 

%screen=get(0‘ScreenSize‘);
%Winwidth=screen(3);Winheight=screen(4);

h0=figure(‘Color‘[1 1 1]‘Position‘[150150800520]...
   ‘Numbertitle‘‘Off‘‘Name‘‘汽车的动力性‘‘MenuBar‘‘none‘);


h30 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘Callback‘‘‘ ...
‘ListboxTop‘0 ...
‘Position‘[10 60 80 12] ...
   ‘String‘‘Parameters Input‘ ...
   ‘style‘‘text‘ ...
‘Tag‘‘StaticText3‘‘Back‘[101]);

h11 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘ListboxTop‘0 ...
‘Position‘[5 45 65 10] ...
‘String‘‘发动机最低转速‘ ...
‘style‘‘text‘ ...
‘Tag‘‘StaticText1‘);
h12 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[1 1 1] ...
‘ListboxTop‘0 ...
‘Position‘[5 30 65 15] ...
   ‘String‘‘600‘ ...
‘style‘‘edit‘ ...
   ‘Tag‘‘EditText1‘);
h13 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘ListboxTop‘0 ...
‘Position‘[5 20 65 10] ...
‘String‘‘发动机最高转速‘ ...
‘style‘‘text‘ ...
‘Tag‘‘StaticText1‘);
h14 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[1 1 1] ...
‘ListboxTop‘0 ...
‘Position‘[5 5 65 15] ...
   ‘String‘‘4000‘ ...
‘style‘‘edit‘ ...
   ‘Tag‘‘EditText1‘);

h15 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘ListboxTop‘0 ...
‘Position‘[75 45 40 10] ...
‘String‘‘装载质量‘ ...
‘style‘‘text‘ ...
‘Tag‘‘StaticText1‘);
h16 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[1 1 1] ...
‘ListboxTop‘0 ...
‘Position‘[75 30 40 15] ...
   ‘String‘‘2000‘ ...
‘style‘‘edit‘ ...
   ‘Tag‘‘EditText1‘);

h17 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘ListboxTop‘0 ...
‘Position‘[75 20 40 10] ...
‘String‘‘整车质量‘ ...
‘style‘‘text‘ ...
‘Tag‘‘StaticText1‘);
h18 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[1 1 1] ...
‘ListboxTop‘0 ...
‘Position‘[75 5 40 15] ...
   ‘String‘‘1800‘ ...
‘style‘‘edit‘ ...
   ‘Tag‘‘EditText1‘);
h19 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘ListboxTop‘0 ...
‘Position‘[120 45 40 10] ...
‘String‘‘Cd*A‘ ...
‘style‘‘text‘ ...
‘Tag‘‘StaticText1‘);
h20 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[1 1 1] ...
‘ListboxTop‘0 ...
‘Position‘[120 30 40 15] ...
   ‘String‘‘2.77‘ ...
‘style‘‘edit‘ ...
   ‘Tag‘‘EditText1‘);
h21 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[0 0.8 0.6] ...
‘ListboxTop‘0 ...
‘Position‘[120 20 40 10] ...
‘String‘‘传动效率‘ ...
‘style‘‘text‘ ...
‘Tag‘‘StaticText1‘);
h22 = uicontrol(‘Parent‘h0 ...
‘Units‘‘points‘ ...
‘BackgroundColor‘[1 1 1] ...
‘ListboxTop‘0 ...
‘Positi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13092  2003-02-04 13:13  Matlab-汽车理论\ad.m

     文件       1359  2003-01-19 10:48  Matlab-汽车理论\auto_braking.m

     文件       2632  2003-01-19 16:14  Matlab-汽车理论\auto_braking1.m

     文件       5691  2003-01-22 17:41  Matlab-汽车理论\auto_gas.m

     文件       3036  2003-01-22 18:00  Matlab-汽车理论\auto_gas1.m

     文件       1713  2003-02-04 15:15  Matlab-汽车理论\auto_power.m

     文件       5315  2003-02-04 15:12  Matlab-汽车理论\d.m

     文件       1102  2003-02-04 10:45  Matlab-汽车理论\mmcxy.m

     文件        507  2003-02-04 15:45  Matlab-汽车理论\mmgcf.m

    ..AD...         0  2010-04-30 08:32  Matlab-汽车理论

----------- ---------  ---------- -----  ----

                34665                    11


评论

共有 条评论