-
HoughTransform4detection
This demo shows simple method of shape detection using Hough Transform
- 2010-02-20 04:29:51下载
- 积分:1
-
mySVMtrain
这是一个用于线性分类的支持向量机SVM的MATLAB实现。此代码利用简单的MATLAB内置函数实验了SVM,不依赖LIBSVM等工具箱,并且提供了一个例子,以供初学者一开始对SVM有一个简单了解。(This is a matlab code of support vector machine.Here the SVM is achieved with some common matlab function. It is for SVM beginner. )
- 2014-10-10 15:06:00下载
- 积分:1
-
MaxFlowMinCut_Me
利用Ford--Fulkerson 标号法求最大流算法的MATLAB 程序代码(The use of Ford- Fulkerson labeling method for the maximum flow algorithm of MATLAB code)
- 2011-12-01 22:05:48下载
- 积分:1
-
EllipsoidFitting
椭球拟合程序源代码,用于基于最小二乘法德椭球拟合(Ellipsoid fitting program source code for France, Germany, based on least squares fitting ellipsoid
)
- 2021-01-10 22:48:50下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
args
ARGS demonstrates how a MATLAB procedure can examine its arguments.
- 2012-09-01 16:35:11下载
- 积分:1
-
MATLAB
针对一组数据的分类方法,在matlab中实现,从中可以观察到数据之间的联系(For a set of data classification method, implemented in matlab can be observed from the data to the link between)
- 2013-04-22 22:11:03下载
- 积分:1
-
毕业设计(论文)-基于MATLAB小波变换的去噪应用
说明: MATLAB小波变换降噪,内附完整代码。有需要的可以下载看看。(Matlab wavelet transform denoising)
- 2020-07-06 12:25:30下载
- 积分:1
-
GoldFind
用于单变量函数寻优的黄金分割法matlab程序,我试过了好用.(For single-variable function optimization of the golden section method matlab procedure, I tried the easy to use.)
- 2007-11-04 08:48:10下载
- 积分:1
-
antalgorithmofmatlab
MATLAB提供了强大的计算和图形功能,通过MATLAB编程实现蚁群算法求解TSP问题(MATLAB provides a powerful computing and graphics capabilities, through the MATLAB programming ant colony algorithm for TSP problem)
- 2010-01-07 21:10:26下载
- 积分:1