-
chap2_1
Matlab中的智能控制代码,输入后修改参数再运行(Intelligent Control of Matlab code, input parameters and then run after the modification)
- 2008-04-23 21:11:32下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
thermal1D
Finite element solver for therma 1D process.
- 2012-08-30 10:55:08下载
- 积分:1
-
mGPC
两个变量GPCmatlab程序,调试运行成功(too variable gpc matlab program)
- 2020-11-19 20:49:38下载
- 积分:1
-
KC
说明: 计算数列的KC复杂度的函数,可用于脑电分析领域(KC series calculation complexity of functions for the field of EEG analysis)
- 2010-11-03 14:57:31下载
- 积分:1
-
fit_ML_maxwell
fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!.
Given the samples of a log-normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2))
with parameters: m,s
format: result = fit_ML_log_normal( x,hAx )
input: x - vector, samples with log-normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
m,s - fitted parameters
CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:08:34下载
- 积分:1
-
matlab
机械结构的matlab仿真很实用 计算结构的加速度速度等等(Matlab simulation of the mechanical structure is very practical computing structure acceleration speed, etc.)
- 2013-04-02 09:42:24下载
- 积分:1
-
DF
说明: DF程序,可以直接运行仿真,观察以及比较DF性能(DF program, you can directly run the simulation, observation, and performance compared DF)
- 2011-05-10 20:28:14下载
- 积分:1
-
matlab_signal_test
1.用最大似然比的方法检测信号、判别概率等。2.Bayes检测方法检测信号。3.判别风险系数(test signal discrimination probabilityusing A maximum likelihood ratio . 2.Bayes detection methods . 3 discriminant risk factor)
- 2012-04-12 23:46:15下载
- 积分:1
-
交直流混联系统统一迭代法-IEEE9
说明: 利用matlab进行编程,交直流混联系统9节点潮流计算程序(9-node power flow calculation program for AC / DC hybrid system)
- 2021-05-10 10:59:33下载
- 积分:1