-
Chuong-4
Lowpass filter with matlab
- 2013-03-22 03:59:14下载
- 积分:1
-
Plot_Cure_of_dataTeTm
matlab 编写的画图程序,用来画电阻率曲线的代码。(matlab prepared Paint program, used to draw resistivity curve code.)
- 2013-12-23 14:36:49下载
- 积分:1
-
dqwdwq
matlab视频读取函数,用matlab处理视频文件,代码量较少.处理较容易.(matlab video read function with matlab processing video files, less the amount of code. deal easier.)
- 2010-12-07 13:40:13下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
zyy
用Matlab实现的简单的二维主成分分析算法,最后以点阵图输出结果(Using Matlab realize a simple two-dimensional principal component analysis algorithm, the final output to bitmap)
- 2007-08-31 09:12:36下载
- 积分:1
-
interpolation
again numerical computing using matlab environment
- 2009-03-21 16:48:12下载
- 积分:1
-
Untitled
这是一个用于画甘特图的例子,主要用于模糊柔性作业调度问题中(This is an example of drawing the Gantt chart,mainly applied to the fuzzy flexible job-shop scheduling problem)
- 2014-12-31 10:33:36下载
- 积分:1
-
Engineering_Optics_with_MATLAB
利用matlab来实现工程光学里面一些实例,让学生们更容易了解这门学科的更实质性的问题!(Using matlab to achieve engineering optics inside some examples, so that students are more likely to understand this discipline more substantive issues!)
- 2013-10-16 10:50:47下载
- 积分:1
-
cluster-2
it is cluster2 matlab code
- 2013-10-06 06:11:45下载
- 积分:1
-
genetic-algortihm
genetik algoritmalarla yapı lmı ş ç alı ş malar
- 2014-12-02 05:54:55下载
- 积分:1