-
matclass
The MatClass IV Toolbox for MatLab has been developed to support experiments
on feature based classification problems. (The MatClass IV Toolbox for MatLab has been developed to support experimentson feature based classification problems.)
- 2008-01-24 10:54:19下载
- 积分:1
-
vfractal_matle
matlab版分形程序,包括了了所有常见分形内容。可直接使用。
(matlab version fractal program, including all common fractal content. Can be used directly.)
- 2012-05-21 23:07:13下载
- 积分:1
-
MATLAB_CODE_for_fingerprintbased_gender-classific
The zip file contains matlab files for fingerprint based gender classification based on different features extracted from fingerprints.please go through the readme file.
- 2013-03-02 15:41:43下载
- 积分:1
-
Curve-evolution
里面包含了曲线演化的两种形式,常量演化和曲率演化。(Which contains the curve evolution of two forms, the constant evolution and the evolution of curvature.)
- 2013-12-19 14:40:39下载
- 积分:1
-
ceshi
该程序是灰度图像的坐标变换,用于二维图像平移,放大。(The program is a grayscale image of the coordinate transformation for two-dimensional image translation, zoom.)
- 2009-12-15 13:23:49下载
- 积分:1
-
BachelarThesis
浙江大学的关于提取图像背景的报告(matlab),里面的方法给我很多启示,希望也能给你们一些启示,由于本人是初学者,有些方法还是看不懂!(Zhejiang University, on the extraction of image background report (matlab), inside the method for giving me a lot of inspiration, hope and also give you some inspiration, because I am a beginner, and some way to watch or do not understand!)
- 2007-09-24 11:57:42下载
- 积分:1
-
DMC
动态矩阵控制DMC的一个很好的matlab程序,可以应用到很多的领域(a program of dynamic matrix conrol using matlab)
- 2009-12-22 11:10:59下载
- 积分:1
-
compression2_2
说明: 在神经网络中用迭代法对人脸图像进行压缩及恢复(Iteration in the neural network human face using image compression and restoration)
- 2010-05-05 09:36:29下载
- 积分:1
-
qfcavawi
包含了阵列信号处理的常见算法,是机器学习的例程,是学习PCA特征提取的很好的学习资料,关于神经网络控制,从先验概率中采样,计算权重。( Contains a common array signal processing algorithm, Machine learning routines, Is a good learning materials to learn PCA feature extraction, On neural network control, Sampling a priori probability, calculate the weight.)
- 2016-03-23 23:50:10下载
- 积分: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