搜索资源列表
用龙贝格法计算函数f
- 介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
asamin
- 退火算法 用C语言实现算法函数,Matlab语言实现算法-annealing algorithm in C language function algorithm, the algorithm in Matlab
matlab6src
- 从vc中调用matlab的画图、数值计算等函数,方便易行。-from vc Calling Matlab drawing, numerical calculation function, user-friendly.
bp算法
- bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation o
VC调用matlab中自定义的.m
- 这个程序是我用来做数据处理的,在VC中调用matlab编写的.m文件来实现我所需功能,直接调用matlab中现成的函数来处理在vc中需要自己编很长代码来实现的数据处理函数,提高了工作效率,结合vc的界面美观与matlab的方便-this procedure is used for data processing. the VC Calling Matlab prepared. m documents I needed to realize functions, called directly a
matlab11
- matlab关于图像处理方面的库函数,有举例说明-Matlab image processing on the library, an example
C&Matlab
- c语言调用matlab函数实现混合编程实例-function called hybrid Matlab programming examples
annmatlab
- 神经网络得matlab实现,实现函数得曲线拟合-neural networks in Matlab, has implemented function in curve fitting
matlabs
- matlab数字图象处理 包含了滤波器的有关知识的函数-Matlab digital image processing filter contains the knowledge of the function
IncPID
- matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
MASwitch
- matlab的c语言s函数,实现手动与自动控制的无扰切换,具有两个参数:一个是切换信号,为1时自动控制,为0时手动控制;另一个是手动控制值。-Matlab language c s function, manual and automatic control to achieve the Bumpless Transfer, with two parameters : a signal is switched to 1:00 automation, 0:00 a.m. to manual con
function1111
- matlab的常用函数工具包,可以计算多数的图论问题,和组合问题。-Matlab tool kits commonly used functions can be calculated majority of the graph theory, and composition.
ART_NN
- 为了介绍ART网络具体工作过程,我们制作了Matlab演示程序。第一个程序利用newc()函数对网络进行自适应训练,修改权值并对样本进行分类判别;第二个则利用adapt()函数对预测信号进行跟踪训练,并得出训练值与目标值之间的差异。-ART network to introduce specific work process, we produced a Matlab demo program. No. 1 newc procedures for the use () function on t
scrambler
- 通信系统中扰码的实现,采用Matlab的S函数-Communication System Scramble the realization of Matlab function S
exm06103171
- 基于matlab的简单一元函数优化实例,对初次学习mabtlab函数优化者会有很大帮助-simple one yuan function optimization example, mabtlab the initial learning function optimization who will be of great help
Matlabpianweifen
- 关于matlab偏微分方程工具箱函数功能介绍,适用于matlab5.3以上版本。-on Matlab toolbox functions PDE functions, the matlab5.3 applicable to the above version.
matlab
- 各种matlab的命令和函数,matlab中用到的基本上都有收集到。很全面。
UTVtools
- UTV工具包提供46个Matlab函数,用于计算和修改秩显URV和UTV分解,总称为UTV分解.
基于支持向量机的手写数字识别(小论文+matlab编程及结果)
- 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。
matlab编写的meanshift算法
- 这个是meanshift算法的和函数,已经其用于图像的平滑和分割的程序