-
matlab_fun
MATLAB常用函数参考(MATLAB reference commonly used functions)
- 2008-12-15 00:01:49下载
- 积分:1
-
FMINSEARCHBND
Fminsearch does not admit bound constraints.
However simple transformation methods exist to
convert a bound constrained problem into an
unconstrained problem.
- 2012-09-20 17:42:15下载
- 积分:1
-
36-dropdown-lists
programing matlab codes
- 2015-01-06 06:55:38下载
- 积分:1
-
ASTAR235
用于路径规划的一种典型的A*算法,简单明了,适合新手。(A typical A* algorithm for path planning, simple, suitable for beginners.)
- 2014-05-07 18:32:25下载
- 积分:1
-
MatlabBeamDeflection
FEM analysis of beam using matlab
- 2013-09-27 12:00:03下载
- 积分:1
-
golaycodecs
5/1/2012 - updated to implement extended Golay codes for stanag
- 2012-01-06 00:41:47下载
- 积分:1
-
wave2111
一个关于JEPG2000的MATLAB 源码,功能基本上可以实现 ,但也有一定的不足,希望大侠多多指教(About JEPG2000 MATLAB source code, the basic function can be achieved, but there is a certain lack of hope heroes exhibitions)
- 2013-12-13 14:45:14下载
- 积分:1
-
MATLAB0002
初学matlab的教程,比较全面,比较实用,此部分为第二部分。(Matlab beginner tutorial, more comprehensive, more practical, this part of the second part.)
- 2013-07-16 22:24:11下载
- 积分:1
-
SPEEDCONTROLBLDCMOTOR
speed control of brushless dc moter
- 2014-12-10 00:05:32下载
- 积分:1
-
xiashan
MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<>
迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
- 2013-05-15 08:52:09下载
- 积分:1