-
BTSVM
基于孪生支持向量机的二叉树多分类 结合TSVM,依据类间距和类内距离构建二叉树的层次结构(TSVM MATLAB)
- 2021-04-08 16:59:00下载
- 积分:1
-
mypcamodified2
Function to do PCA on an RGB image
- 2010-05-24 11:10:30下载
- 积分:1
-
核自适应滤波KAF备份
说明: 适用于初学者练习和入门,里面有几种基础算法的源码和练习版本,需要对照书去学习(Suitable for beginners and beginners, there are several basic algorithm source code and exercise version, need to learn the reference book)
- 2020-08-07 11:30:51下载
- 积分:1
-
jisuanqi
由MATLAB编的一个计算器,可以进行一些简单的运算,很实用!!!!(By MATLAB for a calculator, you can conduct some simple arithmetic, it is practical! ! ! !)
- 2009-04-14 21:51:04下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
RFnoise
雷达噪声干扰仿真。对雷达的噪声的各种干扰进行matlab仿真(Simulation of radar noise. Variety of radar interference noise matlab simulation)
- 2011-05-23 09:41:10下载
- 积分:1
-
main
车用的轮速处理源代码,很好用,有滤波方法(EBD)
- 2010-06-03 22:42:24下载
- 积分:1
-
PkgMyAntiAlias
一种比较好的抗锯齿算法
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
See attached screenshot for a demonstration. More examples included in the code, just run help myaa .
Curiosa:
For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do:
opts.figureSnapMethod = antialiased
publish( test.m ,opts)
However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.(A better anti-aliasing algorithm Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.See attached screenshot for a demonstration. More examples included in the code, just run help myaa. Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish (test.m, opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.)
- 2008-08-14 22:53:13下载
- 积分:1
-
liblinear
线性分类器的matlab源码,可以实现多累分类(Linear classifier matlab source, multi-tired classification)
- 2012-05-23 17:30:14下载
- 积分:1
-
logistic
matlab解决logistic模型代码(matlab code to solve logistic model)
- 2020-10-14 09:07:30下载
- 积分:1