控制系统仿真大作业

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

控制系统仿真

实验报告

专业班级:自动F0903 姓名:罗新勇

学号: 200948280311 指导教师:张杰

实验一、熟悉MATLAB 环境及矩阵、数组的数学计

一、 实验目的

1、熟悉启动和退出Matlab 的方法;

2、熟悉Matlab 命令窗口的组成;

3、掌握建立矩阵的方法;

二、 实验内容:

1、帮助命令

使用help 命令,查找 sqrt (开方)函数的使用方法;

2、先求下列表达式的值,然后显示Matlab 工作空间的使用情况并保存全部变量。

.3,9.2,8.2,...,8.2,9.2,0.3,2

3.0ln

)3.0sin(2

)3(545.0212),1log(21)2(185sin 2)1(3.03.032

220

1---=+++-=

⎥⎦

⎣⎡-+=++=+=-a a a e e

z i x x x z e z a

a 其中

提示:利用冒号表达式生成a 向量,求各点的函数值时用点乘运算。

⎪⎩

⎪⎨⎧=<≤+-<≤-<≤=5.2:5.0:0,3

2,1221,

110,)4(22

2

4t t t t t t t t z 其中

提示:用逻辑表达式求分段函数值。 (1)z1=2*sin(85/180*pi)/(1+(exp(1))^2) z1 =

0.2375

(2)x=[2 1+2i;-0.45 5] x =

2.0000 1.0000 + 2.0000i -0.4500 5.0000 z2=0.5*log(x+sqrt(1+x^2)) z2 =

0.7114 - 0.0253i 0.8968 + 0.3658i 0.2139 + 0.9343i 1.1541 - 0.0044i (3)a=-3.0:0.1:3.0 a =

Columns 1 through 5

-3.0000 -2.9000 -2.8000 -2.7000 -2.6000 Columns 6 through 10

-2.5000 -2.4000 -2.3000 -2.2000 -2.1000 Columns 11 through 15

-2.0000 -1.9000 -1.8000 -1.7000 -1.6000 Columns 16 through 20

-1.5000 -1.4000 -1.3000 -1.2000 -1.1000 Columns 21 through 25

-1.0000 -0.9000 -0.8000 -0.7000 -0.6000 Columns 26 through 30

-0.5000 -0.4000 -0.3000 -0.2000 -0.1000 Columns 31 through 35

0 0.1000 0.2000 0.3000 0.4000 Columns 36 through 40

0.5000 0.6000 0.7000 0.8000 0.9000 Columns 41 through 45

1.0000 1.1000 1.2000 1.3000 1.4000 Columns 46 through 50

1.5000 1.6000 1.7000 1.8000 1.9000 Columns 51 through 55

2.0000 2.1000 2.2000 2.3000 2.4000 Columns 56 through 60

2.5000 2.6000 2.7000 2.8000 2.9000 Column 61

3.0000

z3=((exp(0.3*a)-exp(-0.3*a)).*sin(a+0.3))/2+log((a+0.3)/2) z3 =

Columns 1 through 3

0.7388 + 3.1416i 0.7696 + 3.1416i 0.7871 + 3.1416i Columns 4 through 6

0.7913 + 3.1416i 0.7822 + 3.1416i 0.7602 + 3.1416i Columns 7 through 9

0.7254 + 3.1416i 0.6784 + 3.1416i 0.6196 + 3.1416i Columns 10 through 12

0.5496 + 3.1416i 0.4688 + 3.1416i 0.3780 + 3.1416i Columns 13 through 15

0.2775 + 3.1416i 0.1680 + 3.1416i 0.0497 + 3.1416i Columns 16 through 18

-0.0771 + 3.1416i -0.2124 + 3.1416i -0.3566 + 3.1416i Columns 19 through 21

-0.5104 + 3.1416i -0.6752 + 3.1416i -0.8536 + 3.1416i Columns 22 through 24

-1.0497 + 3.1416i -1.2701 + 3.1416i -1.5271 + 3.1416i Columns 25 through 27

-1.8436 + 3.1416i -2.2727 + 3.1416i -2.9837 + 3.1416i Columns 28 through 30

-37.0245 -3.0017 -2.3085 Columns 31 through 33

-1.8971 -1.5978 -1.3575 Columns 34 through 36

-1.1531 -0.9723 -0.8083 Columns 37 through 39

-0.6567 -0.5151 -0.3819 Columns 40 through 42

-0.2561 -0.1374 -0.0255 Columns 43 through 45

0.0792 0.1766 0.2663 Columns 46 through 48

0.3478 0.4206 0.4841 Columns 49 through 51

0.5379 0.5815 0.6145 Columns 52 through 54

0.6366 0.6474 0.6470 Columns 55 through 57

0.6351 0.6119 0.5777 Columns 58 through 60

0.5327 0.4774 0.4126 Column 61

相关文档
最新文档