-
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
-
LevelSet_ChunmingLi_v1
A new level set model without initialization, very time efficient compared with former level set model.(A new level set model without initializati on, very time efficient compared with former level set model.)
- 2007-04-10 22:40:11下载
- 积分:1
-
ff
运用遗传算法工具箱进行一元函数优化,源代码。(Genetic algorithm optimization toolbox functions of one variable, the source code.)
- 2013-12-27 19:11:14下载
- 积分:1
-
snr_serMatlab
说明: 数字通信系统中采用基带传输和频带传输[ 1, 2 ] ,在抽样判决器之前,信号叠加了信道噪声. 本文利用
Matlab软件仿真[ 3, 4 ]分析了在判决器前叠加了高斯噪声后,信噪比与系统的误码率之间的关系.(Digital communication system using baseband transmission and band transmission [1, 2], in a sample before the decision device, the signal superimposed on the channel noise. In this paper, Matlab software simulation [3, 4] of the device in the sentence before the superposition of the Gaussian noise After the SNR and BER relationship.)
- 2010-05-03 12:15:10下载
- 积分:1
-
zsglcx
请认真阅读您的文件包然后直到其具体功能(matlab在电气领域应用)(Please read them carefully and then your package until its specific function (matlab in the field of electrical applications))
- 2009-05-14 20:05:18下载
- 积分:1
-
MATLAB6.x
本书中重点介绍了Matlab6.中图像处理的内容(matlab for image processing)
- 2009-12-11 10:36:21下载
- 积分:1
-
LE
说明: 基于灰度共生举证局部熵方法求图像的分割阈值(Proof based on gray level co local entropy method for solving the segmentation threshold)
- 2010-12-25 08:50:50下载
- 积分:1
-
pca++
人脸识别方面PCA算法的matlab实现(face recognition aspects of the PCA algorithm to achieve Matlab)
- 2007-05-23 10:09:44下载
- 积分:1
-
cal_div_KL_CS
计算 两个Guassian Mixture Model的KL-Divergence(calculating the KL-divergence between two Gaussian Mixtures)
- 2014-01-27 21:19:51下载
- 积分:1
-
MATLAB_txtx
内容为《MATLAB实用指南系列》各书用到的部分程序。包含MATLAB_syjc,MATLAB_gcsx,MATLAB_txtx,MATLAB_gjbc等4个目录。
MATLAB_syjc目录下为《MATLAB实用教程》用到的部分程序。
MATLAB_gcsx目录下为《MATLAB工程数学》用到的部分程序。
MATLAB_txtx目录下为《MATLAB图形图像》用到的部分程序。
MATLAB_gjbc目录下为《MATLAB高级编程》用到的部分程序。
所有程序均通过调试。环境为MATLAB 7.0, Visual Basic 6.0, Visual C++ 6.0, Excel 2000, SPSS 12.0, Windows 2000。(Says " MATLAB Practical Guide Series" of the book used some of the procedures. Contains MATLAB_syjc, MATLAB_gcsx, MATLAB_txtx, MATLAB_gjbc directory, etc. 4. MATLAB_syjc directory for " MATLAB Practical Guide," used some of the procedures. MATLAB_gcsx directory for " MATLAB Engineering Mathematics" used in some of the procedures. MATLAB_txtx directory for " MATLAB graphics images" used in some of the procedures. MATLAB_gjbc directory for " MATLAB high-level programming" used some of the procedures. All through the debugging process. Environment MATLAB 7.0, Visual Basic 6.0, Visual C++ 6.0, Excel 2000, SPSS 12.0, Windows 2000.)
- 2009-05-10 12:45:28下载
- 积分:1