-
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
-
D2D--underlay-LTE
Device-to-Device Communication as an
Underlay to LTE-Advanced Networks
- 2015-04-09 13:57:02下载
- 积分:1
-
sparseae
用matlab代码实现的稀疏自编码器,通过可视化步骤,可以看到稀疏编码提取出来的她特征。( sparse autoencoder written by matlab, through visualization step, you can find the features extracted by sparse coding .)
- 2020-11-05 21:19:50下载
- 积分:1
-
guangyiyucesuanfa
广义预测算法MATLAB转化为VC++的程序,可用于三容水箱的数据的采集.(generalized predictive algorithm MATLAB into VC procedures can be used for three-tank of data acquisition.)
- 2007-06-15 10:22:46下载
- 积分:1
-
matlab
只是一个数字水印的小程序,希望能给大家一些帮助(digital watermark)
- 2014-11-11 21:55:26下载
- 积分:1
-
MATLAB-code
立体矫正是用于立体匹配之前 此代码用MATLAB实现了立体校正(Stereo rectiting is used to stereo matching.This code use Matlab to complete the stereo)rectity.)
- 2015-01-25 10:55:01下载
- 积分:1
-
diancichangfangzhen
电磁波与电磁场的仿真,其中有平行双导线,同轴线电位仿真程序及仿真结果。(Electromagnetic waves and electromagnetic field simulation, parallel twin wire, coaxial potential simulation program and simulation results.)
- 2013-05-05 13:55:23下载
- 积分:1
-
Latin-Hypercube-Sampling
此源码会产生一个平方空间上随机的领域。样品创建拉丁超立方抽样和空间相关性是基于Cholesky分解算法(This source will generate a random field on a square space. Samples to create a Latin Hypercube Sampling and spatial correlation is based on the Cholesky decomposition algorithm)
- 2012-11-19 22:52:24下载
- 积分:1
-
PCA_ORL
对人脸图片用PCA降维,提取特征脸,附上ORL数据库(dimension reduction using PCA to extract eigenfaces of face images and the ORL dataset will also be provided)
- 2013-04-07 19:31:22下载
- 积分:1
-
MATLABbook
MATLAB与通信仿真,有大量实例,非常有参考价值,文件为pdg格式,需用超星阅览器打开(MATLAB simulation and communications, has a large number of examples, a very valuable reference document for the PDG format, need to open browser Chaoxing)
- 2007-10-17 08:52:12下载
- 积分:1