-
UDF2
说明: udf模拟油膜蒸发过程及其温度分布和各组分的浓度(Udf simulates oil film evaporation process and its temperature distribution and concentration of each component)
- 2019-11-25 14:20:22下载
- 积分:1
-
convection and diffusion-allscheme_fortran
二维对流扩散问题的各种求解方法结果的比较,采用有限体积法(Two-dimensional unsteady heat diffusion and convection equation and finite volume fortran program)
- 2018-06-19 09:06:10下载
- 积分:1
-
fdk-f
基于FDK的锥束CT全三维重建算法,Matlab语言版本。(FDK cone-beam CT based full three-dimensional reconstruction algorithm, Matlab language version.)
- 2011-10-13 12:54:43下载
- 积分:1
-
OSE_Code
《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码(《Optimal State Estimation- Kalman, H Infinity, and Nonlinear Approaches》source code,including Matlab code of Kalman Filter、Hinf Filter、Particle Filter.)
- 2009-02-12 22:57:17下载
- 积分:1
-
DStheory
DS证据理论的matlab实现,是数据挖掘的重要理论,可实现故障诊断。(Matlab implementation of DS evidence theory, data mining is an important theory, fault diagnosis can be achieved.)
- 2011-11-08 15:05:15下载
- 积分:1
-
jacobi
对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。(For equations AX = b, when the coefficient matrix is nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.)
- 2013-10-26 10:11:06下载
- 积分:1
-
generation
遗传算法反演子程序,可用于地球物理非线性反演(The genetic algorithm inversion subroutine, can be used for nonlinear geophysical inversion)
- 2016-03-29 01:20:19下载
- 积分:1
-
newTon.m
牛顿插值法进行多项式逼近,matlab编译成功,直接可用(Newton interpolation polynomial approximation method, matlab compiled successfully, directly available)
- 2013-07-09 13:33:06下载
- 积分:1
-
MMA
说明: 拓扑优化MMA算法从空间的一个初始设计点出发,沿着某个搜索方向以适当步长的迭代格式 ,实现对设计变量的修改,以获得的值。(Starting from an initial design point in space, the topology optimization MMA algorithm modifies the design variables in an appropriate iterative format along a certain search direction to obtain the optimal value)
- 2021-02-04 12:14:39下载
- 积分:1
-
kriging
包括基本的克里金(Kriging)插值法实现代码,仅实现基本方法部分,不包含扩展克里金方法( kriging uses ordinary kriging to interpolate a variable z measured at
locations with the coordinates x and y at unsampled locations xi, yi.
The function requires the variable vstruct that contains all
necessary information on the variogram. vstruct is the forth output
argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform a simple
kriging interpolation. I call it rudimentary since it always includes
ALL observations to estimate values at unsampled locations. This may
not be necessary when sample locations are not within the
autocorrelation range but would require something like a k nearest
neighbor search algorithm or something similar. Thus, the algorithms
works best for relatively small numbers of observations (100-500).
For larger numbers of observations I recommend the use of GSTAT.
Note that kriging fails if there are two or more observa)
- 2015-01-08 15:43:50下载
- 积分:1