-
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
-
gatbx
matlab工具箱 包括测试函数 可实现函数调用(matlab toolbox includes a function call test functions can be realized)
- 2011-01-01 19:49:39下载
- 积分:1
-
ROCandAUC
计算ROC曲线和AUC的Matlab程序(Calculation of ROC curves and AUC of Matlab procedures)
- 2007-09-27 21:28:24下载
- 积分:1
-
mse
最小均方算法(MSE),来自阵列信号处理课本中(Least mean square (MSE), from the array signal processing textbooks)
- 2011-04-27 10:16:23下载
- 积分:1
-
love
用matlab画心形图,根据函数来画图,很漂亮,可以修改代码来改名字,给女朋友一个惊喜(Matlab painted heart-shaped diagram, according to the function to draw very beautiful, can modify the code to change the name to give his girlfriend a surprise)
- 2012-06-02 22:13:18下载
- 积分:1
-
zuiduanlujiin
遗传算法解决最短路径问题matlab实现(Genetic algorithm to solve the shortest path problem matlab achieve)
- 2013-03-19 15:56:42下载
- 积分:1
-
ESPRITDemo
direction finding Algorithm of ESPRIT Demo
- 2007-12-18 12:43:28下载
- 积分:1
-
arithmetic_coder_and_decoder
这是一个用Matlab编写的算术编码算法实现,输入编码序列,编码序列中各字符及其的出现次数。(arithmetic coder and decoder by Matlab)
- 2009-12-07 14:40:46下载
- 积分:1
-
parzen
模式识别中parzen窗估计源程序matlab(Pattern Recognition Parzen window estimate matlab source)
- 2008-08-05 20:28:01下载
- 积分:1
-
HBAT
HBAT. pls use this in your assignment in multivariate analysis. credits to the owner thank you
- 2014-10-12 20:03:14下载
- 积分:1