-
Hand_Geometry_biometrics
The matlab code contains feature extraction of Hand goemetry in biometrics
- 2009-10-24 15:11:12下载
- 积分:1
-
svmprogram
支持向量机的使用方法和分类回归问题在matlab环境下的实现(SVM classification and regression problems using methods and in the realization of the matlab environment)
- 2014-11-05 22:23:44下载
- 积分:1
-
ScieCompLec6Q1
solve boundary value problem of
Cousera课程Scientific Computing的Lecture 6对应的Quiz中Question 1的求解程序。
求解常微分方程的边值问题。
y =-4y (y of Theory: y=0.5*sin(2x))
x∈[0,1]
BC: y(0) = 0 y (1) = cos(2).
(solve boundary value problem of Cousera course Scientific Computing' s Lecture 6 corresponds Quiz Question 1 in the solution process. Solving boundary value problems for ordinary differential equations. y' ' =-4y (y of Theory: y = 0.5* sin (2x)) x ∈ [0,1] BC: y (0) = 0 y ' (1) = cos (2).)
- 2013-05-22 12:47:54下载
- 积分:1
-
matlabfz
simulink命令集(仿真命令
线性化和整理命令
构建模型命令
封装命令
诊断命令
硬拷贝和打印命令:
)(Simulink command set (linear simulation orders and orders finishing order Packaging Model Construction orders diagnosis Order hard copy and print orders :))
- 2007-05-06 08:43:55下载
- 积分:1
-
Ex5_pmm
example simulation s of analysis of electrical machinery and drive systems - Pual C. Krause - Ex5
- 2013-10-04 04:32:15下载
- 积分:1
-
aggregation-of-matlab-function
matlab函数,指令集。包括语法和描述(matlab function and instruction set. Including syntax and description)
- 2013-11-25 12:44:03下载
- 积分:1
-
zyy
用Matlab实现的简单的二维主成分分析算法,最后以点阵图输出结果(Using Matlab realize a simple two-dimensional principal component analysis algorithm, the final output to bitmap)
- 2007-08-31 09:12:36下载
- 积分:1
-
rnnsimv2
RNNSIM v.2 package contains a number of m-files for training and evaluation
of the random neural network. All functions have been thoroughly tested.
After downloading the separate files or the zipped file, make sure that they are
stored or extracted in the directory /rnnsimv2
Below an overview of the files contained in this directory along with a brief description of what
they do. The on-line help facility explains how to call the different functions. You simply write
help <function-name> in the MATLAB command window.
Along with the m-files in this directory you will find a manual for the simulator
in PDF format (rnnsimv2.pdf). Start by printing this out and read the release notes.
Two simple demonstration programs are given to illustrate how most of the functions
work.
- 2010-03-04 17:19:48下载
- 积分:1
-
SeekingTheMinimumValue
说明: 求最小值的方程原文件及运行命令文件,可以方便快捷的求出非线性有约束的最小值(Seeking the minimum value of the equation of the original documents and run the command file, you can find convenient and efficient non-linear constrained minimum)
- 2010-03-27 15:13:35下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1