-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
AutoMS_1
跟踪连续图像序列中的运动目标--小白车(meanshift code)
- 2011-01-30 17:09:51下载
- 积分:1
-
moving
moving average filter using widey as low filter in matlab
- 2013-10-07 19:36:26下载
- 积分:1
-
FUZZY-CLUSTING
模糊C均值聚类算法的实现,FCM模糊聚类程序,matlab(FCM clustering code,matlab)
- 2021-03-12 23:19:25下载
- 积分:1
-
matlab--program
1.纽马克算法,振动分析方法,计算多自由度系统振动响应,位移,速度,加速度
2.用于计算多自由度系统固有频率、固有振型、模态质量、模态刚度矩阵、正则模态向量、受迫响应振动
3.里兹法是一种缩减系统自由度的近似方法,用于多自由度系统的求解
4.庞加莱截面图法,用来对多变量自治系统的运动进行分析
5.频谱图法,用于系统的频域分析
6.线加速度法求解系统振动响应
7.雨流计数法,主要用于工程界, 特别在疲劳寿命计算中运用非常广泛,对载荷的时间历程通过计数的过程反映了材料的记忆特性(1. Newmark algorithm, vibration analysis method to calculate multiple degrees of freedom system vibration, displacement, velocity, acceleration 2. Multi-DOF system for calculating the natural frequencies, mode shapes, modal mass, modal stiffness matrix, normal modes state vector, forced vibration response 3. Ritz method is an approximate method to reduce the degrees of freedom for multi-degree of freedom systems solving 4. Poincare sectional view method for multivariable autonomous motion system are 5. the spectrum analysis method for frequency domain analysis system 6. the method for solving linear acceleration system vibration 7. the rain flow counting method, mainly used in engineering, especially used in the calculation of the fatigue life of a very wide range of load time through the course of the process of counting it reflects the memory characteristics of the material)
- 2021-01-09 21:18:56下载
- 积分:1
-
00700139
Neural network ,Gentic Algorithm
- 2010-09-10 12:42:36下载
- 积分:1
-
VectorcontrolPMSM
永磁同步电机的矢量控制方法仿真,在matlab的simulink环境下(Permanent magnet synchronous motor vector control method for simulation of simulink in matlab environment)
- 2009-01-18 11:24:12下载
- 积分:1
-
LTEfeedbackprecoding
该代码是lte信道反馈预编码的仿真源代码(The code is pre-coded channel feedback lte simulation source code)
- 2010-12-17 10:51:32下载
- 积分:1
-
11.19.10.23AAF-SNRC
describe for alamuti code by multiple anttena
- 2012-04-21 03:24:07下载
- 积分:1
-
Sparse-Fast-Fourier-Transformation
稀疏快速傅里叶变换,是一种利用信号频域稀疏特性,只需通过信号部分采样点就可高概率恢复信号频谱的快速傅里叶变换算法。(Sparse Fast Fourier Transformation
,SFFT)
- 2021-01-11 23:18:49下载
- 积分:1