-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
Elad-ksvd-matlab-toolbox
稀疏表示,字典学习,KSVD算法,matlab版(Sparse representation dictionary learning, KSVD algorithm, matlab)
- 2021-01-11 10:18:49下载
- 积分:1
-
ParallelComputingwithMATLAB
详细介绍如何使用matlab并行工具箱,对并行程序开发有很大帮助。(a basic intruduction of parallel toolbox)
- 2012-11-11 08:36:21下载
- 积分:1
-
蚁群算法
蚁群算法解决公交车路径规划问题的MATLAB代码实现(Ant Colony Algorithm to Solve the Problem of Bus Route Planning with MATLAB Code)
- 2021-01-05 22:28:55下载
- 积分:1
-
iniconfig
The class for working with configurations of settings and INI-files
- 2010-10-18 05:55:11下载
- 积分:1
-
DTC1
这是关于永磁同步电机的直接转矩控制的程序,而且经过验证,肯定能用。也可作为参考。(This is about the permanent magnet synchronous motor direct torque control procedures, and proven, certainly can. Can also be used as reference.)
- 2010-10-28 20:20:52下载
- 积分:1
-
tsunamiModelling
一个简单的用来计算海啸的小程序。用matlab编写,可以看到一个简单的海啸动态过程。(A simple used to calculate the tsunami small programs. Matlab prepared, you can see a simple tsunami dynamic process.)
- 2011-12-07 13:50:25下载
- 积分:1
-
Romberg
龙贝格算法matlab程序设计,龙贝格算法matlab程序设计(romberg matlab)
- 2011-12-29 15:47:16下载
- 积分:1
-
program
river formation dynamics algorithm implementation in matlab
- 2013-12-29 21:37:33下载
- 积分:1
-
3).correlation
MATLAB code for correlation between signals
- 2014-01-03 17:26:48下载
- 积分:1