-
arnoldi
数值分析中经典的arnoldi算法,用来求解大型矩阵方程组的求解(numerical analysis classic arnoldi algorithm used to solve large matrix equations Solution)
- 2005-04-21 01:00:30下载
- 积分:1
-
PLL_simple
PLL simulator on MATLAB
- 2010-11-04 12:04:58下载
- 积分:1
-
wavefor1d
本程序实现1D声波正演,擦用Clyton单程波吸收边界条件。(This program implements 1D acoustic wave equation, rub with Clayton one-way wave absorbing boundary condition)
- 2013-09-25 12:11:32下载
- 积分:1
-
NSIP
triangular-signal empirical mode decomposition with samples
- 2015-02-03 00:36:15下载
- 积分:1
-
linux.doc
MATLAB编程解决具体实际的问题最优化算法解决问题(MATLAB programming to solve specific practical problems optimization algorithms to solve the problem)
- 2012-02-10 20:50:51下载
- 积分:1
-
triangle
效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。(Based on highly efficient delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents in directly into matlab.)
- 2007-11-14 21:31:19下载
- 积分:1
-
analysis_patterns
martin s best book. analysis pattern.(martin's best book. Pattern analysis.)
- 2007-05-10 16:47:59下载
- 积分:1
-
HeliD3D_demo
arizonal state university 直升机仿真源码 matlab(source code of helicopter simulation, by arizonal state university (matlab))
- 2013-01-28 12:08:50下载
- 积分:1
-
SIMPSON
对已测得的加速度数据(离散的)进行离散积分,得到速度数据(Has been measured on the acceleration data (discrete) discrete points, to obtain the velocity data)
- 2020-11-27 15:59:30下载
- 积分:1
-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1