-
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
-
netcdf
说明: matlab用来编辑NC或者HDF格式数据的插件(matlab HDF format for editing data in NC or plug-ins)
- 2011-02-24 09:33:55下载
- 积分:1
-
xiaobofenxi
小波分析
多尺度一维小波分解
对一维小波系数进行单支重构(Wavelet analysis,One-dimensional multi-scale wavelet decomposition
Wavelet coefficients of a Single-dimensional reconstruction
)
- 2010-05-09 16:28:31下载
- 积分:1
-
readPLYfile
Reads a ply file (text format). ply files can be in binary format as well this function can read ply files in txt format only e.g. created by makePly.m.
- 2012-04-28 02:43:27下载
- 积分:1
-
Theinitialvalueproblems
常微分方程的初值问题 matlab函数。。。
(The initial value problems of ordinary differential equations, matlab functions..
)
- 2014-08-09 14:28:21下载
- 积分:1
-
kill
遗传算法 优化 工具箱及应用matlab( matlab english)
- 2013-03-05 15:33:59下载
- 积分:1
-
4.3.5.3
用户个人信息的设计题,将姓名,性别,生日,爱好记录在TextArea中,只是一个小程序而已.(The design problem, the personal information of the user s name, gender, birthday, interest is recorded in TextArea, only a small program.
)
- 2013-12-02 20:05:31下载
- 积分:1
-
lpcseg1
车牌识别程序,MATLAB,源代码,M文件(MATLAB)
- 2010-01-10 15:23:27下载
- 积分:1
-
astar
可以很好地解决机器人的最短路径规划问题,此代码用于解决四数码问题,可以通过修改初始化代码来设置起始点(Can solve the shortest path planning of the robot, this code is used to solve the four digital issues, you can set the starting point by modifying the initialization code)
- 2015-03-09 22:49:37下载
- 积分:1
-
noise-mudulation
根据干扰信号波形样式的不同,压制性干扰可分为噪声调幅干扰、噪声调频干扰、噪声调相干扰。就是用噪声或类似噪声的干扰信号遮盖或淹没有用信号,阻止雷达检测目标信息。它的基本原理是:任何一部雷达都有外部噪声和内部噪声,雷达对目标的检测是在这些噪声中进行的,其检测又是基于一定的概率准则的。一般来说,如果目标信号能量S与噪声能量N相比(信噪比S/N),超过检测门限D,则可以保证一定的虚警概率Pfa的条件下达到可检测目标回波所要求的检测概率Pd,简称为可发现目标,否则便称为不可发现目标。(Blanket Jamming can be divided into different styles according to the interference signal waveform, noise AM interference, noise FM jamming noise phase modulation interference. With noise or noise-like interference signal covered or submerged useful signal prevent radar detection target information from. Its basic principle is: any one radar has the external noise and the internal noise of the radar target detection in these noise detection is based on a certain probability criterion. Generally, compared to if the target signal energy S and noise energy N (signal-to-noise ratio S/N), more than the detection threshold D, you can guarantee reach target echo can be detected under the conditions of a certain false alarm probability Pfa requirements detection probability Pd, referred to can be found in the target, otherwise known as not finding the target.)
- 2012-11-28 20:27:15下载
- 积分:1