• 大小: 36.32MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-03
  • 语言: Matlab
  • 标签: 书本  习题  程序  

资源简介

现代控制系统(英文版,电子工业出版社)课本、习题、matlab程序

资源截图

代码片段和文件信息

% Appendix F: MATLAB Basics Section F.2 p. 818-823.
%
%    The MATLAB input/output described in Section F.2 including 
%    Figures F.1 - F.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 F.2
disp(‘ -------------- Figure F.2‘)
A=[1 2;4 6] 
pause
%
% -------------- Figure F.3
disp(‘ -------------- Figure F.3‘)
A=[1 2;4 6];
A=[1 2;4 6]
pause 
%
% -------------- Figure F.4
disp(‘ -------------- Figure F.4‘)
12.4/6.9
pause 
%
% -------------- Figure F.5
disp(‘ -------------- Figure F.5‘)
M=[1 2]
m=[3 5 7]
pause 
%
% -------------- Figure F.6
disp(‘ -------------- Figure F.6‘)
z=3+4*i
Inf
0/0
pause 
%
% -------------- Figure F.7
disp(‘ -------------- Figure F.7‘)
who
pause 
%
% -------------- Figure F.8
disp(‘ -------------- Figure F.8‘)
whos
pause 
%
% -------------- Figure F.9
disp(‘ -------------- Figure F.9‘)
clear A
who
pause 
%
% -------------- Figure F.10
disp(‘ -------------- Figure F.10‘)
pi
format long; pi
format short e; pi
format long e; pi
pause 
%
disp(‘ -------------- Figure F.11‘)
% -------------- Figure F.11
WHO
Who
 

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

     文件       1228  1998-02-13 14:53  modern control systems\matlab(8th)\appf\basics.m

     文件       1086  1998-02-13 14:53  modern control systems\matlab(8th)\appf\graphics.m

     文件        953  1998-02-13 14:53  modern control systems\matlab(8th)\appf\matrices.m

     文件        507  1998-02-13 14:53  modern control systems\matlab(8th)\appf\plotdata.m

     文件        440  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_30.m

     文件        508  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_31.m

     文件        550  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_32.m

     文件        403  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_33.m

     文件        395  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_34.m

     文件        507  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_35.m

     文件        364  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\fig10_36.m

     文件        281  1998-02-13 14:54  modern control systems\matlab(8th)\ch10\mp10_1.m

     文件        387  1998-02-13 14:54  modern control systems\matlab(8th)\ch11\fig11_27.m

     文件        396  1998-02-13 14:54  modern control systems\matlab(8th)\ch11\fig11_28.m

     文件        347  1998-02-13 14:54  modern control systems\matlab(8th)\ch11\fig11_29.m

     文件        322  1998-02-13 14:54  modern control systems\matlab(8th)\ch11\fig11_30.m

     文件        193  1998-02-13 14:54  modern control systems\matlab(8th)\ch11\mp11_1.m

     文件        316  1998-02-13 14:54  modern control systems\matlab(8th)\ch12\fig12_34.m

     文件        328  1998-02-13 14:54  modern control systems\matlab(8th)\ch12\fig12_35.m

     文件        435  1998-02-13 14:54  modern control systems\matlab(8th)\ch12\fig12_36.m

     文件        341  1998-02-13 14:54  modern control systems\matlab(8th)\ch12\mp12_1.m

     文件        346  1998-02-13 14:54  modern control systems\matlab(8th)\ch13\fig13_31.m

     文件        272  1998-02-13 14:54  modern control systems\matlab(8th)\ch13\fig13_35.m

     文件        404  1998-02-13 14:54  modern control systems\matlab(8th)\ch13\fig13_36.m

     文件        341  1998-02-13 14:54  modern control systems\matlab(8th)\ch13\fig13_37.m

     文件        119  1998-02-13 14:54  modern control systems\matlab(8th)\ch13\mp13_1.m

     文件        848  1998-02-13 14:54  modern control systems\matlab(8th)\ch2\fig2_38.m

     文件        145  1998-02-13 14:54  modern control systems\matlab(8th)\ch2\fig2_40.m

     文件        191  1998-02-13 14:54  modern control systems\matlab(8th)\ch2\fig2_41.m

     文件        417  1998-02-13 14:54  modern control systems\matlab(8th)\ch2\fig2_44.m

............此处省略80个文件信息

评论

共有 条评论