资源简介
现代控制系统第十二版第四章课本要求仿真的程序配套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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 507 2000-06-01 12:55 appf\plotdata.m
文件 953 2000-06-01 12:55 appf\matrices.m
文件 1086 2000-06-01 12:55 appf\graphics.m
文件 1228 2000-06-01 12:55 appf\basics.m
文件 281 2000-06-01 12:55 ch10\mp10_1.m
文件 364 2000-06-01 12:55 ch10\fig10_36.m
文件 507 2000-06-01 12:55 ch10\fig10_35.m
文件 395 2000-06-01 12:55 ch10\fig10_34.m
文件 403 2000-06-01 12:56 ch10\fig10_33.m
文件 550 2000-06-01 12:56 ch10\fig10_32.m
文件 508 2000-06-01 12:56 ch10\fig10_31.m
文件 440 2000-06-01 12:56 ch10\fig10_30.m
文件 512 2000-06-01 13:24 ch10\Icon_.bin
文件 193 2000-06-01 12:56 ch11\mp11_1.m
文件 322 2000-06-01 12:56 ch11\fig11_30.m
文件 347 2000-06-01 12:56 ch11\fig11_29.m
文件 396 2000-06-01 12:56 ch11\fig11_28.m
文件 387 2000-06-01 12:56 ch11\fig11_27.m
文件 341 2000-06-01 12:56 ch12\mp12_1.m
文件 435 2000-06-01 12:56 ch12\fig12_36.m
文件 328 2000-06-01 12:56 ch12\fig12_35.m
文件 316 2000-06-01 12:56 ch12\fig12_34.m
文件 119 2000-06-01 12:56 ch13\mp13_1.m
文件 341 2000-06-01 12:56 ch13\fig13_37.m
文件 404 2000-06-01 12:56 ch13\fig13_36.m
文件 272 2000-06-01 12:56 ch13\fig13_35.m
文件 346 2000-06-01 12:56 ch13\fig13_31.m
文件 246 2000-06-01 12:56 ch2\mp2_2.m
文件 221 2000-06-01 12:56 ch2\fig2_60.m
文件 321 2000-06-01 12:56 ch2\fig2_58.m
文件 187 2000-06-01 12:56 ch2\fig2_57.m
............此处省略60个文件信息
- 上一篇:三周期极小曲面建模代码
- 下一篇:小波神经网络MATLAB代码.zip
评论
共有 条评论