-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
zuixiaoercheng
用matlab编写的一个程序,实现系统辨识中的最小二乘递推算法,有运行结果和图形.(Matlab prepared using a procedure to realize system identification in the recursive least squares algorithm, has run the results and graphics.)
- 2008-05-21 16:08:24下载
- 积分:1
-
ARMA
说明: 四个不同参数的ARMA过程的零极点图和功率谱密度曲线(Four different parameters of ARMA process of pole-zero diagram and power spectrum density curve)
- 2010-04-07 17:58:03下载
- 积分:1
-
Classification-algorithm
本程序用于求解聚类,在生活、科技教研中用途都很广泛。(This procedure is used to solve the clustering is pervasive in life, science and technology teaching and research purposes.)
- 2012-09-08 11:22:02下载
- 积分:1
-
Genetic_Algorithm
A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.
- 2011-11-09 11:46:23下载
- 积分:1
-
MPPT_charger_V2
maximum power point tracker
- 2011-06-28 15:03:16下载
- 积分:1
-
22222222
与“船舶轴系的振动与控制分析”那篇论文相对应的MATLAB程序,其中包含“纵向振动”的,与“扭转振动”的!
(And" the ship shafting vibration analysis and control of" the paper corresponding to the MATLAB program, which contains the" longitudinal", and" torsional vibration"!)
- 2011-12-17 10:13:05下载
- 积分:1
-
music
说明: music算法的实例,用于matlab编程的学习,适用于初学者,可以借鉴学习编程(The example of music algorithm is used for learning matlab programming. It is suitable for beginners and can learn from learning programming)
- 2020-12-16 14:35:45下载
- 积分:1
-
神经网络 focasting
人工神经网络预测。代码帮助这么多的训练和测试数据。
它还制定了以预测另一个新的数据的基础上观察到的数据
- 2022-06-17 06:34:41下载
- 积分:1
-
Gibbs
用matlab语言写的Gibbs(The Gibbs algorithm)算法,用于模式分类(Matlab language used to write the Gibbs (The Gibbs algorithm) algorithm for pattern classification)
- 2007-12-24 21:37:07下载
- 积分:1