-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
TMA1
抛物线拟合算法实现代码,已经通过测试可指直接运行(Parabola fitting algorithm code, has passed the tests can be run directly refers to)
- 2013-09-25 12:33:44下载
- 积分:1
-
vcmat
以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用
的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。(before using Matlab and vc mixed programming using the first procedure used mcc m into dl l, then vc call method. This method of complex documents m very easy, but for some minor procedures, such as curve visualization, matrix eigenvalue calculation, and so on, these are just two lines need a small procedure code, reuse dll on the loss outweighs the gain. After testing, can be found directly in the C Programming Calling Matlab c/c math)
- 2007-01-16 11:13:13下载
- 积分:1
-
CryptoApiRSA
This is a simple sample of crypto
- 2014-11-02 14:04:38下载
- 积分:1
-
brisk
brisk描述子,matlab语言,好懂易学(brisk descriptors, matlab language, easy to understand to learn)
- 2021-04-08 22:59:00下载
- 积分:1
-
rtdxlms
说明: 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。(a MATLAB applications, a convenient! Use need to change for the M documents.)
- 2006-03-16 16:37:09下载
- 积分:1
-
chap12
MATLAB c++ 可以实在嵌入式的环境下联合编程。联合仿真(MATLAB c++ can be embedded in the environment is the joint programming. Co-simulation)
- 2011-05-09 10:06:35下载
- 积分:1
-
OSTU
二维OSTU方法 ,能够自动给出合适阈值 matlab环境下开发(Two-dimensional OSTU method that can automatically give the appropriate thresholds developed under matlab environment)
- 2011-11-07 10:48:47下载
- 积分:1
-
MatrixManip
this code is a matrix with 4 operation
- 2011-06-23 17:56:38下载
- 积分:1
-
fircheb
matlab fir chebshev LPF
- 2013-11-21 21:36:36下载
- 积分:1