上机实验报告(完整实验代码)
更新时间:2023-11-28 13:27:01 阅读量: 教育文库 文档下载
《MATLAB程序设计与应用》
实验一 matlab集成环境使用与运算基础
1,先求下列表达式的值,然后显示matlab工作空间的使用情况并保存全部变量。
2sin850(1)z1?
1?e2程序:
.>> z1=2*sin(85*pi/180)/(1+exp(2)) 结果: z1 =
0.2375
(2)z2?程序:
1?2i??21In(x?1?x2),其中x??? ?0.4552??>> x=[2,1+2*i;-0.45,5];
>> z2=0.5*log(x+sqrt(1+x*x)) 结果: z2 =
0.7114 - 0.0253i 0.8968 + 0.3658i 0.2139 + 0.9343i 1.1541 - 0.0044i
e0.3a?e?0.3a0.3?asin(a?0.3)?In,a??3.0,?2.9,?2.8,...,2.8,2.9,3.0 (3)z3?22提示:利用冒号表达式生成a向量,求各点函数值时用点乘运算。 程序:
>> a=-3.0:0.1:30;
>> z3=(exp(0.3*a)-exp(-0.3*a))/2.*sin((a+0.3)*pi/180)+log((0.3+a)/2) 结果: z3 =
1.0e+003 *
Columns 1 through 4
0.0003 + 0.0031i 0.0003 + 0.0031i 0.0003 + 0.0031i 0.0002 + 0.0031i
Columns 5 through 8
0.0002 + 0.0031i 0.0001 + 0.0031i 0.0001 + 0.0031i 0.0000 + 0.0031i
Columns 9 through 12
-0.0000 + 0.0031i -0.0001 + 0.0031i
Columns 13 through 16
-0.0003 + 0.0031i -0.0003 + 0.0031i
Columns 17 through 20
-0.0006 + 0.0031i -0.0007 + 0.0031i
Columns 21 through 24
-0.0010 + 0.0031i -0.0012 + 0.0031i
Columns 25 through 28
-0.0019 + 0.0031i -0.0023 + 0.0031i
Columns 29 through 32
-0.0030 -0.0023
Columns 33 through 36
-0.0014 -0.0012
Columns 37 through 40
-0.0008 -0.0007
Columns 41 through 44
-0.0004 -0.0003
Columns 45 through 48
-0.0001 + 0.0031i -0.0004 + 0.0031i -0.0008 + 0.0031i -0.0014 + 0.0031i -0.0030 + 0.0031i -0.0019 -0.0010 -0.0006 -0.0003 -0.0002 + 0.0031i -0.0005 + 0.0031i -0.0009 + 0.0031i -0.0016 + 0.0031i -0.0370 -0.0016 -0.0009 -0.0005 -0.0002
-0.0001 -0.0001 -0.0000 0.0000
Columns 49 through 52
0.0001 0.0001 0.0002 0.0002
Columns 53 through 56
0.0003 0.0003
Columns 57 through 60
0.0004 0.0005
Columns 61 through 64
0.0006 0.0006
Columns 65 through 68
0.0007 0.0007
Columns 69 through 72
0.0008 0.0008
Columns 73 through 76
0.0009 0.0010
Columns 77 through 80
0.0011 0.0011
Columns 81 through 84
0.0012 0.0012
Columns 85 through 88
0.0013 0.0013
Columns 89 through 92
0.0003 0.0005 0.0006 0.0008 0.0009 0.0010 0.0011 0.0012 0.0013 0.0004 0.0005 0.0007 0.0008 0.0009 0.0010 0.0011 0.0013 0.0014
0.0014 0.0014 0.0015 0.0015
Columns 93 through 96
0.0015 0.0016 0.0016 0.0016
Columns 97 through 100
0.0017 0.0017
Columns 101 through 104
0.0018 0.0018
Columns 105 through 108
0.0020 0.0020
Columns 109 through 112
0.0021 0.0022
Columns 113 through 116
0.0023 0.0024
Columns 117 through 120
0.0025 0.0026
Columns 121 through 124
0.0027 0.0028
Columns 125 through 128
0.0030 0.0031
Columns 129 through 132
0.0033 0.0034
Columns 133 through 136
0.0017 0.0019 0.0020 0.0022 0.0024 0.0026 0.0029 0.0031 0.0034 0.0018 0.0019 0.0021 0.0023 0.0025 0.0027 0.0029 0.0032 0.0035
0.0036 0.0037 0.0038 0.0039
Columns 137 through 140
0.0040 0.0041 0.0042 0.0043
Columns 141 through 144
0.0044 0.0045
Columns 145 through 148
0.0049 0.0050
Columns 149 through 152
0.0054 0.0056
Columns 153 through 156
0.0060 0.0062
Columns 157 through 160
0.0068 0.0069
Columns 161 through 164
0.0076 0.0078
Columns 165 through 168
0.0085 0.0088
Columns 169 through 172
0.0096 0.0099
Columns 173 through 176
0.0108 0.0112
Columns 177 through 180
0.0046 0.0051 0.0057 0.0064 0.0071 0.0080 0.0090 0.0102 0.0115 0.0047 0.0053 0.0059 0.0066 0.0074 0.0083 0.0093 0.0105 0.0119
正在阅读:
上机实验报告(完整实验代码)11-28
学习党纪国法强化规矩意识心得体会01-24
2017秋四年级数学上册 第七单元 生活中的负数单元测试卷 北师大03-06
中国菜名标准英语翻译 - 图文03-23
小学体育课(快速跑)教案06-01
2 重积分在直角坐标系下05-19
一年级第一册第八单元备课12-25
三级题库汇总12-06
2吨纯净水及灌装线安淇尔纯净水设备厂05-20
区交通运输局工作总结与明年工作规划08-02
- exercise2
- 铅锌矿详查地质设计 - 图文
- 厨余垃圾、餐厨垃圾堆肥系统设计方案
- 陈明珠开题报告
- 化工原理精选例题
- 政府形象宣传册营销案例
- 小学一至三年级语文阅读专项练习题
- 2014.民诉 期末考试 复习题
- 巅峰智业 - 做好顶层设计对建设城市的重要意义
- (三起)冀教版三年级英语上册Unit4 Lesson24练习题及答案
- 2017年实心轮胎现状及发展趋势分析(目录)
- 基于GIS的农用地定级技术研究定稿
- 2017-2022年中国医疗保健市场调查与市场前景预测报告(目录) - 图文
- 作业
- OFDM技术仿真(MATLAB代码) - 图文
- Android工程师笔试题及答案
- 生命密码联合密码
- 空间地上权若干法律问题探究
- 江苏学业水平测试《机械基础》模拟试题
- 选课走班实施方案
- 实验
- 上机
- 完整
- 代码
- 报告