-
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
-
matlab
决策树C4.5和CART算法的m源码
(CART decision tree algorithm C4.5 and the source m)
- 2010-12-13 01:04:36下载
- 积分:1
-
ReBEL_0-2-6
ReBEL is a Matlabtoolkit of functions and scripts, designed to
facilitate sequential Bayesian inference (estimation) in general state
space models. This software consolidates research on new methods for
recursive Bayesian estimation and Kalman filtering by Rudolph van der
Merwe and Eric A. Wan. The code is developed and maintained by Rudolph
van der Merwe at the OGI School of Science & Engineering at OHSU
(Oregon Health & Science University).
(ReBEL is a Matlabtoolkit of functions and s cripts. designed to facilitate in sequential Bayesian ference (estimation) in general state space mo dels. This software consolidates research on n ew methods for Bayesian estimation a recursive nd Kalman filtering by Rudolph and van der Merwe Eric A. Wan. The code is developed and maintaine d by Rudolph van der Merwe at the OGI School of Sci ence)
- 2007-02-12 08:59:32下载
- 积分:1
-
bpsk
BPSK simulation with Matlan
- 2013-09-10 09:54:21下载
- 积分:1
-
FORTRAN_MATLAB
本文档主要是解决fortran调用matlab函数的端口问题(This document is intended to solve the problem of port calls fortran matlab function)
- 2014-12-12 21:03:02下载
- 积分:1
-
beelden
2D pca face detction
- 2012-11-05 23:55:56下载
- 积分:1
-
Applicationofmatlab
测量数据的处理包括数据分析X数理统计X数据的可视化
matlab在数据处理中的优势使其在测量数据处理中得以广泛应用(Measurement data, including data analysis of mathematical statistics X Visual X data in the data processing matlab advantage in its data processing in the measurement can be widely used in)
- 2009-05-08 18:52:32下载
- 积分:1
-
matlab-help
说明: Matlab软件的中文帮助文件,便于初学者使用(Matlab software, the Chinese help files, easy for beginners to use)
- 2008-10-16 17:03:49下载
- 积分:1
-
Romberg1
说明: 该代码利用Romberg算法,实现了给定函数在特定精度的数值积分。(The code using Romberg algorithm to achieve a given function in a specific numerical integration accuracy.)
- 2011-03-18 21:24:01下载
- 积分:1
-
IEC
IEC协会推荐的电压波动和闪变的MATLAB计算模型,并含IEC标准(这个标准很难找到免费的)(IEC Association recommended voltage fluctuations and flicker MATLAB computing model, and with the IEC standard (this standard is difficult to find for free))
- 2013-08-20 13:00:44下载
- 积分:1