资源简介
用于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
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 《MATLAB扩展编程》代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
- Matlab锁相环仿真-Phase Locked Loop.rar
评论
共有 条评论