-
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
-
rbf_1_02
The function is enabled to determine the radial basis function and there by analysis is performed
- 2009-12-10 01:57:05下载
- 积分:1
-
shuzixinhaochuli
matlab清华大学数字信号处理源代码还不错(Tsinghua University, digital signal processing matlab source code is also a good)
- 2009-09-17 02:32:13下载
- 积分:1
-
CalculateUserPosition
求解用户位置的Matlab函数代码,利用伪距测量用户位置的仿真计算(The Matlab function for solving location of the user code, the use of pseudo-range measurement location of the user s simulation)
- 2009-11-08 10:13:01下载
- 积分:1
-
OUR
this is used to find the peak count in a signal
- 2010-12-27 15:29:42下载
- 积分:1
-
OPFD6
MATLAB source code for the implementation of genetic algorithm
- 2014-10-02 23:18:25下载
- 积分:1
-
page2
计算传送带的滑动率,绘制出滑动率效率图线(Calculation of the Sliding rate of sending belt)
- 2011-12-28 13:40:21下载
- 积分:1
-
5
说明: 利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动(Use Dijkstra algorithm to find the shortest path network diagram to find the starting point P1 to the end of Pn from the shortest path algorithm is used as the midpoint of the condition of cable, not the entire optimal path planning of space, and then use genetic algorithm to find shortest path of each path points Pi (i = 1,2, ... n) adjusted to the path of obstacles in the corresponding endpoint connection point slide)
- 2011-05-10 16:03:58下载
- 积分:1
-
MATLAB-R2012b-crack
matlab的安装和下载,有具体的安装目录,可以在window系统上下载安装(matlab installation and download, there is a specific installation directory, you can download and install on the window system)
- 2013-11-27 20:22:54下载
- 积分:1
-
postreg
利用 postreg函数可以对网络仿真的输出结果和目标输出作线性回归分析,并得到两者的相关系数,(Postreg function can use the output of network simulation results and the target output for the linear regression analysis, and with the correlation coefficient between the two,)
- 2011-01-16 20:23:44下载
- 积分:1