• 大小: 70KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-06-17
  • 语言: 其他
  • 标签:

资源简介

[现代控制系统(第十三版)(英文版)][Richard+C.+Dorf(理查德·C.+多尔夫),Robert+H.+Bishop(罗伯特·H.+毕晓普)][配套资料]

资源截图

代码片段和文件信息

% Appendix A: MATLAB Basics Section A.2
%
%    The MATLAB input/output described in Section A.2 including 
%    Figures A.1 - A.11 are shown here.  After each subtopic a 
%    pause is inserted to allow you to inspect the output.  Hit 
%    the space bar (or any other key) to continue to the next 
%    subtopic.
%
clear
format
% -------------- Figure A.2
disp(‘ -------------- Figure A.2‘)
A=[1 2;4 6] 
pause
%
% -------------- Figure A.3
disp(‘ -------------- Figure A.3‘)
A=[1 2;4 6];
A=[1 2;4 6]
pause 
%
% -------------- Figure A.4
disp(‘ -------------- Figure A.4‘)
12.4/6.9
pause 
%
% -------------- Figure A.5
disp(‘ -------------- Figure A.5‘)
M=[1 2]
m=[3 5 7]
pause 
%
% -------------- Figure A.6
disp(‘ -------------- Figure A.6‘)
z=3+4*i
Inf
0/0
pause 
%
% -------------- Figure A.7
disp(‘ -------------- Figure A.7‘)
who
pause 
%
% -------------- Figure A.8
disp(‘ -------------- Figure A.8‘)
whos
pause 
%
% -------------- Figure A.9
disp(‘ -------------- Figure A.9‘)
clear A
who
pause 
%
% -------------- Figure A.10
disp(‘ -------------- Figure A.10‘)
pi
format long; pi
format short e; pi
format long e; pi
pause 
%
disp(‘ -------------- Figure A.11‘)
% -------------- Figure A.11
WHO
Who

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-12-19 15:48  MCS 13th m-files\
     文件        6148  2015-12-20 14:50  MCS 13th m-files\.DS_Store
     目录           0  2015-12-20 15:04  __MACOSX\
     目录           0  2015-12-20 15:04  __MACOSX\MCS 13th m-files\
     文件         120  2015-12-20 14:50  __MACOSX\MCS 13th m-files\._.DS_Store
     目录           0  2007-08-27 22:30  MCS 13th m-files\appA\
     文件        1211  2015-12-20 14:53  MCS 13th m-files\appA\basics.m
     目录           0  2015-12-20 15:04  __MACOSX\MCS 13th m-files\appA\
     文件         187  2015-12-20 14:53  __MACOSX\MCS 13th m-files\appA\._basics.m
     文件        1095  2015-12-20 14:55  MCS 13th m-files\appA\graphics.m
     文件         187  2015-12-20 14:55  __MACOSX\MCS 13th m-files\appA\._graphics.m
     文件         936  2015-12-20 14:53  MCS 13th m-files\appA\matrices.m
     文件         187  2015-12-20 14:53  __MACOSX\MCS 13th m-files\appA\._matrices.m
     文件         244  2015-12-20 14:56  MCS 13th m-files\appA\plotdata.m
     文件         187  2015-12-20 14:56  __MACOSX\MCS 13th m-files\appA\._plotdata.m
     目录           0  2015-12-20 13:40  MCS 13th m-files\ch10\
     文件         248  2015-12-20 13:45  MCS 13th m-files\ch10\cp10_1.m
     目录           0  2015-12-20 15:04  __MACOSX\MCS 13th m-files\ch10\
     文件         120  2015-12-20 13:45  __MACOSX\MCS 13th m-files\ch10\._cp10_1.m
     文件         415  2015-12-20 13:27  MCS 13th m-files\ch10\fig10_30.m
     文件         187  2015-12-20 13:27  __MACOSX\MCS 13th m-files\ch10\._fig10_30.m
     文件         492  2015-12-20 13:31  MCS 13th m-files\ch10\fig10_31.m
     文件         187  2015-12-20 13:31  __MACOSX\MCS 13th m-files\ch10\._fig10_31.m
     文件         346  2015-12-20 13:31  MCS 13th m-files\ch10\fig10_32.m
     文件         187  2015-12-20 13:31  __MACOSX\MCS 13th m-files\ch10\._fig10_32.m
     文件         407  2006-12-26 13:01  MCS 13th m-files\ch10\fig10_33.m
     文件         187  2006-12-26 13:01  __MACOSX\MCS 13th m-files\ch10\._fig10_33.m
     文件         409  2015-12-20 13:33  MCS 13th m-files\ch10\fig10_34.m
     文件         187  2015-12-20 13:33  __MACOSX\MCS 13th m-files\ch10\._fig10_34.m
     文件         529  2015-12-20 13:35  MCS 13th m-files\ch10\fig10_35.m
     文件         187  2015-12-20 13:35  __MACOSX\MCS 13th m-files\ch10\._fig10_35.m
............此处省略182个文件信息

评论

共有 条评论