-
fuction
matlab 最小二乘线性回归 递推法 源码,解决线性回归中的病态方程问题(recursive least squares linear regression method matlab source code, solve the equation of linear regression of pathological problems)
- 2010-06-21 11:53:00下载
- 积分:1
-
GeneticAlgorithm
Genetic Algorithm with matlab
- 2010-07-09 13:21:27下载
- 积分:1
-
WFTgui
Windowed Fourier transform for fringe pattern analysis (with GUI)
(• Run WFT in MATLAB environment. All processed data are automatically saved in result.mat
4. File list
o wft2fw.m: the basic WFT algorithm.
o unwrapping_qg_trim.m: quality guided phase unwrapping
o WFT.m+WFT.fig: WFT overall interface
o WFTKernel.m+WFTKernel.fig: interface for WFT parameter selection
o imwritescale: to save data into image
o readme.docx: this file.
• 5. Notice
Though wft2fw.m has been used by us for some years, the GUI was developed quite recently. The purpose is to make it easier to be used. Please feedback bugs to mkmqian@yahoo.com.sg. For more information, please refer to www.ntu.edu.sg/home/mkmqian.
)
- 2010-03-04 17:17:52下载
- 积分:1
-
question2
fisher线性分类器训练计算样本错误率,画投影直线(fisher linear classifier training sample error rate calculation, draw a straight line projection)
- 2011-06-06 18:01:57下载
- 积分:1
-
fastICA
快速ICA算法的matlab程序编写,提供完整的快速独立主元分析方法。(Fast ICA algorithm matlab programming, provide a complete fast independent component analysis method.)
- 2011-06-06 21:15:19下载
- 积分:1
-
recognition-figure
Hello! i ll show that the code is used to recognize the face of someone, it s his job
- 2013-08-03 04:08:49下载
- 积分:1
-
project2
this source code is useful to do cdma simulation in awgn channel..
- 2011-02-01 13:32:09下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
MATLABjiaocheng
matlab彩色PDF教程。其中包括了matlab的使用,矩阵方面的内容等(Matlab color PDF tutorial. Including Matlab use, matrix aspects)
- 2012-03-27 09:00:16下载
- 积分:1
-
dammy
matlab program about optimal load flows
- 2011-07-01 21:03:43下载
- 积分:1