-
Generator
这些代码可以用于产生一系列随机数,可以根据需要使用。(These codes can be used to generate a series of random numbers may be used as needed.)
- 2013-07-10 14:19:34下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
277481
On the support vector machine (SVM) is a relatively quick calculation method, can improve the calculation speed
- 2017-05-13 06:24:09下载
- 积分:1
-
Regularization-Method
正则化方法包括Tikhonov,tsvd,ttls,tgsvd,csvd(Regularization Method include Tikhonov,tsvd,ttls,tgsvd,csvd.)
- 2012-03-05 23:28:02下载
- 积分:1
-
cylinder
说明: 经典圆柱绕流算例,基于palabos开源软件,计算结果非常好(cylinder flow with palabos)
- 2020-05-11 10:14:35下载
- 积分:1
-
wind-speed-prediction
风电场短期风速预测研究,用的是MATLAB开发环境,对于研究风电场的同学有帮助(Short-term wind speed prediction of wind farms)
- 2012-11-26 09:52:57下载
- 积分:1
-
ukfslam
使用Unscented Kalman Filter进行SLAM,主要用于机器人定位和地图自动绘制,UKF的效果要优于EKF,当然计算量也大些。(The Matlab code for SLAM using Unscented Kalman Filter, mainly used for robot localization and map building)
- 2009-02-13 00:13:37下载
- 积分:1
-
PLS
最小二乘法含有非线性线性拟合附有理论和实际的例子说明比较具有实际应用哟(PLS)
- 2009-03-17 18:35:40下载
- 积分:1
-
temperature
采用逆傅里叶变换方法数值求解热传导的温度场(Inverse Fourier transform method for the numerical solution of heat conduction of the temperature field)
- 2012-08-07 10:06:32下载
- 积分:1
-
Array-1-dimensi(prak-7)
program array 1 dimensi
- 2012-11-26 08:31:23下载
- 积分:1