-
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
-
txcl2
医学影像处理,图像处理相关的图像处理学习指导(Medical Image Processing, Image Processing Image Processing related study guide)
- 2011-05-04 14:17:55下载
- 积分:1
-
liukai
运筹学里的优化算法,源代码,而且经过matlab运行过了(Operations Research in the optimization algorithm, source code, and after a run Matlab)
- 2013-09-01 09:49:06下载
- 积分:1
-
2126121DSP(2)
program using c language
- 2011-02-16 14:14:31下载
- 积分:1
-
PID-Op-amp
A proportional–integral–derivative controller (PID controller) is a generic control loop feedback mechanism (controller) widely used in industrial control systems ...
This is a simulink program for a continuous PID control system using Op-amps
- 2011-10-09 14:04:33下载
- 积分:1
-
SVM-image-classification
实现了 SVM 在医学图像分类中的应用,通过医学图像的实验结果验证了该方法的有效性。
对 SVM 算法进行了深入研究,结合量子行为的粒子群算法的优点,提出了一种量子行为的粒子群算法和 SVM 结合的混合分类模型,应用于医学图像的分类中。
深入研究了 K-means 算法,结合了无监督聚类和监督分类方法的优点,提出了一种 K-means 和 SVM 结合的混合分类模型,并应用于医学图像的分类中。
利用粒子群和量子行为的粒子群算法对 K-means 算法进行了改进,并将改进的K-means 算法与 SVM 算法结合形成全自动分类模型,并且把它应用于医学图像的分类中。
(SVM in the classification of medical image applications, medical images through the experimental results verify the effectiveness of the method. SVM algorithm conducted in-depth research, combined with the quantum behavior of the advantages of particle swarm optimization, PSO and SVM combined behavior of a quantum mixed classification model, applied to medical image classification. In-depth study of the K-means algorithm combines the advantages of unsupervised clustering and supervised classification method, propose a hybrid combination of a K-means and SVM classification model, and applied to the classification of medical images. Improved particle swarm algorithm using particle swarm and quantum behavior of the K-means algorithm, and improved K-means algorithm and SVM algorithm combined with the formation of a fully automatic classification model, and apply it to medical image classification.)
- 2013-04-04 21:52:13下载
- 积分:1
-
new_ESO_PD_Zong_85_FT
说明: 扩张状态观测器,用来观测系统状态以及干扰量,设计前馈补偿量进行系统矫正(State Observation Using Extended State Observer)
- 2019-02-16 10:34:40下载
- 积分:1
-
matlab 的爬山算法的m代码 pashansuanfa
matlab 的爬山算法的m代码,分享分大家(hill-climbing algorithm in matlab m code to share points)
- 2020-06-28 09:03:23下载
- 积分:1
-
As-a-rat-in-a-six-side-of-the-maze-(
大致就是一个老鼠在一个六个边的迷宫(httpen.wikipedia.orgwikiRadial_arm_maze)里寻找食物(reward),然后找到后记忆下来 下一次去寻找的时候 可以更快的找到食物,具体要求和解释见附件,不过是英文的,里面还有2个example code也是关于(As a rat in a six side of the maze ( httpen.wikipedia.orgwikiRadial_arm_maze ) in search of food ( reward ), and then find the memory down next to find time can be faster to find food, specific requirements.zip)
- 2012-09-14 17:14:06下载
- 积分:1
-
4reg
北大高慧璇版《应用多元统计分析》第4章4回归分析MATLAB编程源码(Applied Statistical Analysis )
- 2011-12-01 09:05:36下载
- 积分:1