搜索资源列表
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 P
Gauss-SerdelMATLAB
- 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss - Serdel iterative method of calculating equations MATLAB function documents
Gauss
- 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)
gauss
- 高斯随机信号产生的matlab源代码,可以作为参考-gauss matlab source code
gauss
- 高斯平滑的matlab程序。参数可以随意设置,经过调试,准确-Gaussian smoothing of the matlab program. Parameters can be arbitrarily set, after commissioning, accurate
Gauss
- 高斯法解线性方程组,简短实用的一个matlab例程-Gauss Method for linear equations, a brief practical matlab routines
gauss
- MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the Gauss elimination solution of equations, notes, source MATLAB code
MATLAB(Gauss)
- MATLAB高斯消去法解方程组,我调试过了,可以用的,欢迎大家下载使用-MATLAB Gaussian elimination solution of equations, I had to debug, and can be, and welcome to download
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
gauss
- guassian mixture back ground moble matlab code
PCA-elimination-method-of-Gauss
- 基于列主元Gauss消去法的matlab算法,其中A为系数矩阵,以及次算法的应用-Based out PCA elimination method of Gauss matlab algorithm, where A is the coefficient matrix
Gauss(matlab)
- matlab版高斯消去源程序,可判断是否可继续进行消去,只需改动输入的系数矩阵与右侧列向量即可进行运算,速度快-matlab Gauss: it can tell you if the funtion could go on and it runs quickly
Gauss消元法,Jacobi迭代法,超松弛迭代法
- Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
matlab-gauss_
- 程序实现了matlab语句编制高斯赛德尔迭代的过程,求解调用函数方便(using matlab to complting the progress to solve equations)
gauss
- 采用高斯消元法,实现线性非齐方程求解,并且具有回代,可以直接论证方案。具有一般性,和参考性。(The Gauss elimination method is used to solve the linear non-homogeneous equation, and it can be used to prove the scheme directly. It is general and referential.)
gauss
- gauss seidel power flow solution
MATLAB
- 高斯函数,增加白噪声后,曲线拟合的问题,很有价值,推荐。多渠道五道口都没理我。(Gauss function, increasing the white noise, the curve fitting problem, very valuable, recommended. Many channels of Wudaokou do not take care of me.)
Matlab
- 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi
Matlab
- 能够计算非齐次方程组的解,程序清晰的解释了高斯消去法的过程和原理,有助于读者理解高斯消去法,从而更好的进行其他相关的复杂编程(It is possible to compute the solution of the homogeneous equations, and the program clearly explains the process and principle of the Gauss elimination method, which helps the reader to
matlab
- 在正弦时域信号上叠加高斯白噪声,并做频谱变换(The Gauss white noise is superimposed on the sinusoidal time domain signal, and the spectrum transform is done.)