• 大小: 13KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Matlab
  • 标签: matlab  

资源简介

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] ...
‘Li

评论

共有 条评论