-
matlabosu_svm3.00
本原码说明了在matlab中如何用libsvm(primitive code in Matlab shows how to use libsvm)
- 2007-03-14 14:45:37下载
- 积分:1
-
0-annc_slotine
book number one in control system (automatique)
- 2014-08-23 17:59:56下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
GNSS_SDR
一个完整的GNSS接收机Matlab源程序,包括从中频信号的捕获、跟踪、数据同步、解码、导航定位输出(A complete matlab source code for GNSS receiver including intermediate frequency acquisition racking synchronizationdecodingposition and navigation output)
- 2010-12-08 17:33:03下载
- 积分:1
-
signalgenration
signal generation using matlab
- 2013-07-30 21:55:53下载
- 积分:1
-
Iterative-ant-colony-algorithm-
迭代蚁群算法思想见浙江大学张兵的博士论文,自编IACA代码,解决了一个动态优化问题实例(ICAC was given by Zhangbin in the paper " Iterative ant-colony algorithm and its application to dynamic
optimization of chemical process"(SCI).)
- 2011-07-04 15:30:58下载
- 积分:1
-
rossler2
Rossler equation
A. Wolf, J. B. Swift, H. L. Swinney and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series,"
Physica D, Vol. 16, pp. 285-317, 1985.(Rossler equation
dx =-y- z
dy = x+ a*y
dz = b+ z*(x-c))
- 2012-04-14 12:09:54下载
- 积分:1
-
zuiyouhuaMatlab
最优化方法及matlab算法实现,有用的模式识别等领域书籍。(optimization methods and Matlab algorithms, pattern recognition, and other fields of useful books.)
- 2013-08-09 11:34:09下载
- 积分:1
-
bidiag
code of creat a bidiagonal matrix at matlab program. reused by moon s book
- 2011-12-12 17:13:44下载
- 积分:1
-
fft
利用matlab的fft函数进行快速傅里叶变换的m文件(Matlab' s fft function using the fast Fourier transform of the m file)
- 2010-06-12 17:09:44下载
- 积分:1