-
matlab-code
matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
(Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process)
- 2006-06-02 11:52:10下载
- 积分:1
-
corre_spectrum
本程序能够计算两个信号的频域相干函数和两个信号的互功率谱。(This procedure is able to calculate the two signals in the frequency domain coherence function and the two signals cross-power spectrum.)
- 2009-01-18 13:21:19下载
- 积分:1
-
robot1
主要是对运动中杆件的位置仿真,观察角度2变化对末端倾角的影响(Mainly for the location bar movement simulation, observation point 2, the impact of change on the end of the dip)
- 2010-08-20 22:07:28下载
- 积分:1
-
算法
马尔科夫蒙特卡洛算法的MATLAB应用示例(code for MCMC in MATLAB)
- 2020-10-12 23:07:32下载
- 积分:1
-
signal_process_MATLAB
随机信号仿真,仿真了信号在高斯白的情况下经过低通和带通滤波器的情况。(Random signal simulation, simulation of the signal in the case of white Gaussian low-pass and band-pass through the filter of the situation.)
- 2010-08-08 10:52:51下载
- 积分:1
-
SAarithmetic
A SA arithmetic desolve a NP problem of TSP。The result is not bad
- 2010-11-23 08:44:37下载
- 积分:1
-
moving
moving average filter matlab implementation
- 2010-12-30 15:28:12下载
- 积分:1
-
ACATSP
说明: 是一种求解最短路径的智能优化算法,也就是蚁群算法(Ant colony algorithm)
- 2010-03-31 19:08:06下载
- 积分:1
-
1
说明: 使用遗传算法解决函数优化(使用谢菲尔德遗传算法工具箱)(Using genetic algorithms to solve function optimization (using Sheffield genetic algorithm toolbox))
- 2014-10-10 23:03:04下载
- 积分:1
-
yichuansuanfa1
通过遗传算法计算下列函数的最大值 f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] (The following functions calculate the maximum by genetic algorithm
f(x)=10*sin(5x)+7*cos(4x) x∈[0,10])
- 2015-03-16 15:51:06下载
- 积分:1