-
y2006514212955
升余弦滚降系统的源程序 大家共享哈。。。。。。。(some matlab program)
- 2009-02-12 20:47:39下载
- 积分:1
-
matlab
说明: 5个自己开发的Matlab的源码。其功能分别是队列、亚可比、拟合、标准化。(Five self-developed Matlab source. The function of the queue, respectively, Jacobi, fitting, standardize.)
- 2010-04-08 10:39:56下载
- 积分:1
-
PVsimulation
适用于工程用太阳能电池板仿真,可以根据不同光照强度温度得出IV PV 曲线(simulation of pv with simulink)
- 2011-05-29 10:52:48下载
- 积分:1
-
canny_edge
MATLAB中图像的边缘检测canny算法(MATLAB, canny edge detection algorithm)
- 2011-10-08 18:23:39下载
- 积分:1
-
3weishange222
本程序利用matlab实现3维栅格地图建模,调试成功,有兴趣的可以下载(This procedure using matlab to achieve a three-dimensional grid map modeling, debugging success, interested can download)
- 2013-04-12 18:58:18下载
- 积分:1
-
mlclass-ex1
Machine learning 在线课程 exercise1(Machine learning online courses exercise1)
- 2015-03-12 18:40:22下载
- 积分:1
-
WASPCHS
水和蒸汽性质计算V5.5,能够计算任何条件下水和蒸汽的参数,能够在matlab下使用。(Water and steam properties calculation V5.5, able to calculate any conditions of water and steam parameters can be used in matlab.)
- 2012-02-09 09:59:21下载
- 积分:1
-
remez
通过用remez算法设计的滤波器,此matlab程序可以直接运行(Remez algorithm by using the filter, this procedure can run matlab)
- 2010-10-14 10:27:20下载
- 积分:1
-
xizijiderenlianshibie
基于matlab人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小(Matlab-based Face Detection many ways, pca which is the more effective one. The code is the use of the method pca Face Detection can be detected Face the location, number, size)
- 2007-05-12 17:41:40下载
- 积分:1
-
JHSantiagoTexcoco_FletcherReeves-MatLab
Prueba1 FletcherReeves
Hernández Santiago José
Maestría en Ciencias de la Computación
Septiembre / 2011
1. Comenzar con un punto arbitrario
2. Calcular Gradiente de Fi
3. Si el Gradiente Fi es igual a 0(converge), termina
4. Si el Gradiente Fi es !=0 continuar
5. Encontrar dirección de búsqueda
Si= -GradienteFi= - Gradiente F(Xi)
6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Hacer i=2
8. Obtener Gradiente Fi
9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1)
10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Verificar Optimalidad de X(i+1)
Si es optimo, detener
Si no es optimo hacer i=i+1 e ir al paso 8
- 2013-08-08 14:30:24下载
- 积分:1